Objects store the properties of their class.

If we have a class that is a blueprint for a person, what are some properties for an object that represents Brad Pitt?

name = "Brad Pitt"birthYear = 1963job = "actor"

Sweet! An object for James Brown or Taylor Swift would store different properties for the same class. 

Not quite! Are those all the properties that can represent Brad Pitt?