Concept Flow - Instance fields and state
Create Object
Allocate Instance Fields
Initialize Fields
Object Holds State
Use Object Methods
Modify Fields -> Change State
State Persists in Object
When you create an object, it gets its own copy of instance fields that hold its state. Methods can read or change this state.