0 likes | 107 Views
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