Chapter 12 – Inheritance Example

This page demonstrates how subclasses extend a superclass in object-oriented database systems. All students are instances of the Student class. Graduate students additionally belong to the GraduateStudent subclass and contain extra attributes.

Graduate Student Fields