<<< Object | Index | Object Behavior >>> |
State of an object is defined by
static properties (attributes) and
dynamic current values of these properties.
Object changes its state by changing the values of a fixed set of properties.
The properties are defined by the class of the object.
<<< Object | Index | Object Behavior >>> |