Home » C++ Programming » Classes & Objects » Question
  1. Pick out the correct statement about multiple inheritances.
    1. Deriving a class from more than one direct base class
    2. Deriving a class from more than one direct derived class
    3. Deriving a class from one direct base class
    4. All of above
    5. None of these
Correct Option: A

In multiple inheritances, We are able to derive a class from more than one base class.



Your comments will be displayed only after manual approval.