next up previous
Next: MVC - Model-View-Controller Up: Design patterns used in Previous: Design patterns used in

Singleton

Singleton means that you want one and only one instance of an object within one program. It is used when creating more than one instance of a given class is inappropriate.

List of classes that implement this pattern:



Wiktor Kolodziej 2006-01-12