NSEIT interview question

How do you implement a singleton class?

Interview Answer

Anonymous

Aug 23, 2022

Using the standard getInstance() method.