ProtoTech Solutions Interview Question

Write a code to create a class which has only one object ?

Interview Answer

Anonymous

Dec 17, 2015

by using singleton class

16