Computer Science, asked by Navien95861, 1 year ago

Discuss different typebof inheritance available in c++ with an example

Answers

Answered by Anonymous
0

C++ Inheritance Types. C++ supports six types of inheritance as follows: ...

Single Inheritance. A derived class with only one base class is called single inheritance.

Multilevel Inheritance. ...

Multiple Inheritance. ...

Heirarchical Inheritance. ...

Hybrid Inheritance. ...

Multipath Inheritance.


I hope this will help you

If not then comment me

Similar questions