Q. Which of the following is true about multiple inheritance in C++?
β
Correct Answer: (A)
A derived class can inherit from more than one base class.
Explanation: In C++, multiple inheritance allows a class to inherit from more than one base class.