Skip to Content
0
Former Member
Oct 31, 2007 at 12:16 PM

Object Instaniation

63 Views

Hi all,

I have a class say A and I instatiate the class (i.e create an Object).

I dont want another Object to be created.

How do i validate if there is already an object created . If there is one then while trying to create anothere object for that class , I should get an error.

Regards,