- Ensure a class has only one instance, and provide a global point of access to it.
- Encapsulated " just in time initialization " \ "initialization on first use "
Issue
When the application needs one instance of an object ( one and only one ).
As an extra factor, Lazy Initialization and Global access are necessary.
No comments:
Post a Comment