Concept Flow - Real-world modeling
Identify real-world entity
Define class with attributes
Add behaviors as methods
Create objects (instances)
Use objects in program
Start by identifying a real-world thing, then create a class with properties and actions, make objects from it, and use them.