Hi All,
I am trying to implement Singleton pattern in such a way that my class should have only objects creation , more than that it should restrict user to create. I implemented the code but getting exception. Please find below code for more reference
class
Go to the complete details ...