- Review how to create classes and instances of classes
- Define attribute reader and writer methods on our classes using macros
- Define instance and class methods
- Relate two classes together - send methods from one class to another class
- Identify what
self
is at any given time