2015-02-20 00:35:01 -05:00
|
|
|
A Global Singleton is a class of which only one instance exists within a program.
|
2016-12-05 22:15:40 +01:00
|
|
|
|
2015-02-20 00:35:01 -05:00
|
|
|
Any attempt to use non-static members of the class involves performing operations on this one instance.
|
2016-12-05 22:15:40 +01:00
|
|
|
<br><br>
|