“class” Terminology
•
Class
•
think data type
•
Object
•
instance of a class, e.g., variable
•
Members
•
like structures, the data
and
functions declared
in a class
•
called “data members” and “member
functions”