An object also has attributes, which are values stored in **fields**.

The class defines what fields an object has, but each object stores its own set.

State

The state is the set of values of all fields of an object.

Link to original