1
edit
Changes
no edit summary
*If an instance already exists, it simply returns a reference to that object.
*To make sure that the object cannot be instantiated any other way, the constructor is made either private or protected.
==UML Diagram==
[[Image:Singleton_UML.png]]