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