◆ Inheritance - 1 class - 1 extend ◆ Inheritance Hierarchies- Set of classes con form an inheritance hierarchy* Classes representing the most general concepts are near the root, more specialized classes towards the branches : ◇ Superclass : more general class◇ Subclass : more specialized class that inherits from the superclass ◇ Inheritance is a mechanism for extending existing classes by adding..