c++ Hybrid Inheritance

C++ Hybrid Inheritance


C++ Hybrid(Virtual) Inheritance

It combines two or more types of inheritance. In this type of inheritance we can have a mixture of number of inheritances shows that Figures A and B below.

Hybrid Inheritance in C++ - Computer Notes

Example- Program to shows that C++ Multi-Level Inheritance is as follows:

Example