1.5.04. UML inheritance

  • Notion of inheritance
    • Java parallel
    • 'is a' relationships
    • Database Student
      • is a Computer Science Student
        • is an Engineering Faculty Student
          • is a Student
            • is a Person
    • Inheritance hierarchies
  • UML diagrams can be used to show inheritance

UML class diagram, basic inheritance