L14 Inheritance2020 PDF
L14 Inheritance2020 PDF
new class inherits all the member variables and functions of the class it is based on
except the constructors and destructor
Real world you can find many objects that are specialized versions of other more general
objects.
Inheritance
Inheritance