BluePi interview question

Can constructor can be private? If yes when?

Interview Answer

Anonymous

25 Aug 2018

Yes, the constructor can be private in case the class is Singleton.