What do you mean by multiple inheritance in C++ ?

Correct Answer: Multiple inheritance is a feature in C++ by which one class can be of different types Say class teaching Assistant is inherited from two classes say teacher and Student

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion