Instances
Classes model kinds of things
- “person” is an example of a class
A Class may be instantiated
- I am an instance of person
Object-Oriented Programming
- Define simple classes with variables & operations
- Define more complex classes using simple objects
- Invoke a method in some class to start things