Computer Science, asked by gulhane88, 9 months ago

seminar of inheritance in c++​

Answers

Answered by saipiyush7B
0

Answer:

Multiple inheritance in C++.

Explanation:

Multiple inheritance is a feature of C++ where a class can inherit from more than one classes.

Similar questions