Infogain interview question

Singleton pattern

Interview Answers

Anonymous

Feb 22, 2012

Some key concepts

9

Anonymous

Aug 22, 2019

really great

Anonymous

May 13, 2020

It's a pattern like only once we need that pattern to allow to create a object for that class. If we create another new object then it should return the same object which created first.