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

Multiple inheritance is a feature in C++ by which one class can be of different types. Say class teachingAssistant is inherited from two classes say teacher and Student.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions