C++ Inheritance Quiz-Asked in Interviews.


Which inheritance is not supported by C++?
A) Multilevel Inheritance
B) Hybrid Inheritance
C) Hierarchical Inheritance.
D) None of the above.
Solution: D is correct
C++ supports all of the inheritance. Hence D is the correct option.