<<< Data Attribute Scope and Visibility | Index | Local Attributes >>> |
State of an object is determined by current values stored in the data attributes
The attributes can have the following levels of visibility:
Local attributes
Object attributes
Class attributes
Scope of an attribute is visibility combined with the type of memory allocation of the attribute.
<<< Data Attribute Scope and Visibility | Index | Local Attributes >>> |