|
Home
>
3. concept
>
3.3 types and classes
>
3.3.2 classes and slots
>
3.3.2.1 Exploring the difference between the Dylan model and other OO models.
>
3.3.2.1.2 How are instance variables accessed
|
Previous
Next
|
|
|
|
|
|
|
Instance variables are accessed through generic functions
known as getters and setters, a design feature modeled on the
object-oriented language Dylan. This permits customization of
an object's behavior when instance variables are referenced or
assigned.
|
|
|
|
|
|