Singleton: Difference between revisions

m
Line 761:
\ allocation words such as value or variable as instance variables.
\ Any number of instances of a singleton class may be
\ instantiated but theymessages will all operate on the same shared data.
\ so it is the same as if only one object has been created.
\ The data name space will remain private to objects of the class.
 
:class singleton