First page Back Continue Last page Graphics
Is-a Relationship
Public inheritance.
An object of a derived class should also be an object of the base class.
A derived class object “is-a” base class object.
(probably more accurate to say “is-a-kind-of”)