Home » C++ Programming » Inheritance » Question
  1. Which symbol is used to create multiple inheritance?
    1. Dollar
    2. Dot
    3. Comma
    4. All of above
    5. None of these
Correct Option: C

For using multiple inheritance, simply specify each base class (just like in single inheritance), separated by a comma.



Your comments will be displayed only after manual approval.