You are on page 1of 33

inheritance

The mechanism of deriving a new class from old one is call inheritance .The old class is called base class and new class is called the derived class.

Making a private member inheritable

Multilevel inheritance

You might also like