Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 439 Bytes

Catalogue.md

File metadata and controls

34 lines (18 loc) · 439 Bytes

Intent

  • It ensure that a class has only one instance, while providing a global access point to this instance

Structure

TODO

Applicability

TODO

Implementation

TODO

Pros

TODO

Cons

TODO

Comparison with Other DPs

TODO

Detailed Reference

Singleton in Multithreading Environment?

Lazy instantiation in Singleton?