UST interview question

What is a Singleton pattern?

Interview Answer

Anonymous

13 Oct 2015

Singleton pattern is used when only one instance of the class is supposed to be created.

2