How does Singleton prevent multiple instances of a class?
By using a public constructor
By using private destructor
By making constructor private and using a static method to access instance
By using multiple constructors
This question is part of this quiz :
Design Patterns