Controlling the Number of Instances

April 24th, 2010 No Comments   Posted in Documents

Limiting Instances

You can limit the number of instances of a class that can exist at any one time. For example, a singleton class can have only one instance and provides a way to access this instance. You can create a singleton class using these elements: Read More

Class Definition-Syntax Reference & Class Folders

April 18th, 2010 No Comments   Posted in Documents

Options for Class Folders

There are two basic ways to specify classes with respect to folders: Read More