C++ Multilevel Inheritance

C++ Multilevel Inheritance


C++ Multi-Level Inheritance
In Multi-Level Inheritance, a subclass inherits from a class that itself inherits from another class.
Multi-Level Inheritance in C++ | C++ Multi-Level Inheritance | Learn C  Online
Example- Program to shows that C++ Multi-Level Inheritance is as follows:
Output