Inheritance of Shared Slots
Shared slots are inherited
- Instances of subclasses see the same value as instances of the class
A subclass can shadow the slot value in a superclass by defining it as a direct slot definition
- Instances of subclasses see a different value than do instances of the class