When Multiple Inheritance Is Used Which Class Object Should Be #774
When multiple inheritance is used, which class object should be used in order to access all the available members of parent and derived class?
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 Inheritance & its Types - OOPs MCQ: Multiple Inheritance - Quiz No.1.
When multiple inheritance is used, which class object should be used in order to access all the available members of parent and derived class?
Derived class object
Parent class objects
Use Abstract derived class
Derive a class from derived class