3.4.06. Classes

  • Superclasses (Student)
  • Subclasses (Engineer, Geographer, Medic)
  • Inheritance
  • Subclass inherits superclass attributes
    • Union of specific/local and general attributes
  • Inheritance chains
    • Person → Student → Engineer → Computer Scientist