- Like:
- Employee
- Timecard
- Client
- Bill
- Identify objects and their attributes
- Methods and Data
- Determine what can be done to each object
- Determine what each object is allowed to do to other objects
- Determine which parts of the object will be public vs private
- Define each objects public interface