<<< Java comments | Index | Static Attributes >>> |
Attributes represent the state of an object.
Attributes store object data.
Attributes can be static, public, and private.
Anything public becomes part of the interface.
Anything private is part of object implementation.
Conservative design means keeping private as much as possible.
<<< Java comments | Index | Static Attributes >>> |