Answers

Question and Answer:

  Home  C++ Programmer

⟩ Explain what is inheritance?

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.

 203 views

More Questions for you: