≡ Menu

C++ Inheritance Constructor

Inheritance is the property by which a class can inherit data members and functions of another class. In this case, the class which is inherited is known as base class while the class which inherits is known as derived or child class. In this tutorial let us study the concept of inheritance in C++ programming [...]

{ 6 comments }