Which types of Inheritance in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which types of Inheritance in c++

i want to learn more about in inehritance

22nd Nov 2016, 4:37 AM
Shivani Parmar
Shivani Parmar - avatar
1 Answer
+ 1
Broadly speaking, there are three:- 1)Single Inheritance. 2)Multiple Inheritance. 3)Multilevel Inheritance. But these can be kinda combined with one another giving rise to two more:- 4) Hierarchical Inheritance. 5) Hybrid Inheritance.
22nd Nov 2016, 6:47 AM
james nyle