What do you mean by inheritance? C++

Q

What do you mean by inheritance? C++

✍: .fyicenter.com

A

Inheritance is the process of creating new classes, called derived classes, from existing classes or base classes. The derived class inherits all the capabilities of the base class, but can add embellishments and refinements of its own.

2012-02-14, 2665👍, 0💬