WAP to implement single and multiple inheritance in c++

WAP to implement single inheritance in C++.

Example Program

WAP in C++ to display such a pattern for n number of rows using a number which will start with the number 1 and the first and the last number of each row will be 1 with the help of multiple inheritances. The pattern is as follows:

In the following program, the child is the child class of the parent class.

WAP to implement Single Inheritance

 

implement Single Inheritance class
implement Single Inheritance class

 

WAP to implement Multiple Inheritance