Question 1 out of 3
Which of the following is a feature of C++?
Multiple Inheritance
C++ supports multiple inheritance, allowing a class to inherit from more than one base class.
Added to