Previous Topic: Object-Oriented Methodology ConceptsNext Topic: Polymorphism


Inheritance

Inheritance enables the reuse of data definitions and functionality. Subtypes inherit all the operation, attributes, and relationships of their parent types. Object models may include much generalized object types that enable full advantage of the inheritance mechanism to be taken.