Topic: object-defined names
Topic: initialization of data
Note
Smalltalk define classes with activation variables-- reallocates for each object, instance variables-- reallocated for each object except for recursive object definitions, class variables-- shared by all objects, isnew true returning for initialization of an object.
Additional Titles
Quote: Smalltalk sets 'isnew' true to initiate initialization
Related Topics
Topic: object-defined names (15 items)
Topic: initialization of data (42 items)