Inheritance
Inheritance is a way of describing a class by saying how it differs from another class
Example: “Class Y is just like class X except for the following differences…”
- Class Y is called a derived class or subclass
- Class X is called a base class or superclass