Does C++ support multiple inheritance?

Options
- yes
- no


CORRECT ANSWER : yes

Discussion Board
Explanation.

Answer : Yes.

Yes, C++ supports the use of multiple inheritance, where a class is derived from more than one direct base class.

Jayesh Sonar 02-24-2015 06:23 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement