G

Gopal Sharma • 38.32K Points
Coach

Q. Which of the following is true about multiple inheritance in C++?

  • (A) A derived class can inherit from more than one base class.
  • (B) It is not allowed in C++.
  • (C) A base class can inherit from a derived class.
  • (D) It is the same as single inheritance.
  • Correct Answer - Option(A)
  • Views: 67
  • Filed under category C++

Explanation by: Gopal Sharma
In C++, multiple inheritance allows a class to inherit from more than one base class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics