If A Class Is Being Derived Using More Than Two Base Classes #443
If a class is being derived using more than two base classes, which inheritance will be used?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Derived Class - Quiz No.1.
If a class is being derived using more than two base classes, which inheritance will be used?
Single
Multi-level
Hierarchical
Multiple