C++ Programmer Question: Download C++ Programmer PDF

Explain what is inheritance?

Tweet Share WhatsApp

Answer:

Inheritance is the process of acquiring the properties of the exiting class into the new class. The existing class is called as base/parent class and the inherited class is called as derived/child class.

Download C++ Programmer PDF Read All 59 C++ Programmer Questions
Previous QuestionNext Question
Explain what are VTABLE and VPTR?Tell me does an abstract class in C++ need to hold all pure virtual functions?