Computer Science Lecture Notes, Chapter 10

Synonyms for subclass: child class, extended class, derived class. A subclass inherits accessible data and methods from its superclass, and may also add new data fields and methods. Subclasses are denoted in UML diagrams with an arrow pointing from the subclass to the superclass. To declare that a class is a child of a superclass, use the ... ................
................