Classes
A type whose variables are objects is called a class
The member functions for an object are completely determined by its class (i.e. by its type)
These functions are called member functions of the class (as well as being called member functions of the object)