PPT Slide
describes the form of an object,
a template or blueprint or mold
specifies data representation, behavior, and inheritance (via variables, methods and parents)
--has unique copy of every non-static variable (i.e., the “instance variables” but not the class variables).
Classes: Identifiers begin with cap letters for
each word in the Identifier,
Objects: Identifiers begins with lower case letter,
then caps for other words in identifier,
Difference between “a class and an object of that class” is analogous to the difference between “a type and a variable of that type”.