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