πŸ“Š C++
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.
πŸ’¬ Discuss
βœ… 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.

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
133
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
90%
Success Rate