0 likes | 114 Vues
Inheritance Concepts. Derive a new class ( subclass ) from an existing class ( base class or superclass ). Inheritance creates a hierarchy of related classes (types) which share code and interface. Inheritance Examples. Tiger. Dog. Lion. Cat. Bear. horse. Animal class hierarchy.
                
                E N D