Inheritance is one of the key feature of object-oriented programming including C++ which allows user to create a new class (derived class) from a existing class(base class). The derived class inherits all feature from a base class and it can
C++ program to implement Inheritance – Computer Practical
