C++ Programming Question: Download C++ Programming PDF

What do you mean by inheritance?

Tweet Share WhatsApp

Answer:

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.

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is C++ namespace?What is a COPY CONSTRUCTOR and when is it called?