Home » C++ Programming » Inheritance » Question
  1. What is meant by multiple inheritance?
    1. Deriving a derived class from base class
    2. Deriving a derived class from more than one base class
    3. Deriving a base class from derived class
    4. All of above
    5. None of these
Correct Option: B

Multiple inheritance enables a derived class to inherit members from more than one parent.



Your comments will be displayed only after manual approval.