A subclass can use the properties it inherits from its superclass.
We can access and change the color property like a regular instance variable, even though it was inherited from Car.
color
Car
That doesn't look right, does it?