<<< Dependency Relationship     Index     Realization Relationship >>>

12. Generalization Relationship


  • A relationship between classes involved in inheritance and polymorphic behavior.

  • For example,

    • A mortgage is a more specific kind of loan.

    • A mortgage keeps the basic characteristics of a loan, but adds additional characteristics, such as a house as security for the loan.

  • Generalization enables polymorphic operations.

    generalization notation
<<< Dependency Relationship     Index     Realization Relationship >>>