Single instantiation of Class
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I am having a requirement in which i have to create a object of class for only one time in my project . if next time developers try to create a new object for that class it should show error
-
I am having a requirement in which i have to create a object of class for only one time in my project . if next time developers try to create a new object for that class it should show error