I am experimenting in Pharo, and I was wondering how the class, the scope of instance variables, is achieved.
Moreover, instance variables can be accessed by all methods of this instance of the class, and instance variables of the class can be accessed by all methods of the class, etc.
Where is the depth of this area in the code determined? Can you see where and how this happens, Smalltalk is fully object oriented?
source
share