Design Pattern Overview
December 17, 2007
Design Pattern Leave a comment
Singleton
- Ensure that only one instance of a class is created
- Provide a global point of access to the object
- Allow multiple instances in the future without affecting a singleton class’s clients