Three Categories of Data
•
Instance data
is the internal representation of a
specific object.
It records the object’s state.
•
Class data
is accessible to all objects of a class.
•
Local data
is specific to a given call of a method.