Instances
Classes actually model kinds of things
- “person” in the example is a class
Objects are instances of a class
- Object representing me is an instance of person
Object Oriented Programming
- Define classes (data structures and methods)
- Create objects
- Perform some methods