Java Objects
Represent things in the real world
- Those things may be fairly abstract, though
Encapsulate data and methods
- Data are the facts you seek to model
- Methods represent actions
Classes are types of objects
- When instantiated, you get an individual object