Computer Science, asked by dastagiri602, 9 months ago

How Many Types Of Inheritance Are There In C++

Answers

Answered by santhisiva2037
0

Answer:

4

Explanation:

1) Multilevel inheritance

2) Multiple inheritance

3) Hybrid inheritance

4) Hierarchical inheritance

Answered by BrainlyBoy12998
0

There are six types of Inheritence in C++:

1. Single Inheritance

2. Multilevel Inheritance

3. Multiple Inheritance

4. Heirarchical Inheritance

5. Hybrid Inheritance

6. Multipath Inheritance

Similar questions