First page Back Continue Last page Graphics
Class Inheritance
Allows you to add functionality to an existing class.
Allows you to add data that a class represents.
Allows you to modify how a class behaves.
Allows you to do this while not changing the existing class (and possibly introducing errors).