UST interview question

What is a Singleton pattern?

Interview Answer

Anonymous

Oct 13, 2015

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

2