4 lines
196 B
Text
4 lines
196 B
Text
A Global Singleton is a class of which only one instance exists within a program.
|
|
|
|
Any attempt to use non-static members of the class involves performing operations on this one instance.
|
|
<br><br>
|