Objects, Classes, and Methods

Class - blueprint, the type of an object.
Object - house, a value that you can manipulate by calling one or more of its methods.
Method - consists of a sequence of instructions that can access the internal data of an object.
