A singleton is a class which only allows one instance of itself to be created - and gives simple, easy access to said instance. The singleton premise is a pattern across software development.
Details can be found here : http://csharpindepth.com/Articles/General/Singleton.aspx
No comments:
Post a Comment