Instance
•Instance – every object is an instance of a class
–a real thing of a class
–can be manipulated
–instances keep track of their own information
–    called member data/variables
–knows how to do things with different methods
–
–