-
Pick out the correct statement about multiple inheritances.
-
- Deriving a class from more than one direct base class
- Deriving a class from more than one direct derived class
- Deriving a class from one direct base class
- All of above
- None of these
Correct Option: A
In multiple inheritances, We are able to derive a class from more than one base class.