If Multiple Inheritance Is Implemented Which Upcasting Will Be #1223
If multiple inheritance is implemented, which upcasting will be correct?
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 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Upcasting - Quiz No.1.
If multiple inheritance is implemented, which upcasting will be correct?
Upcast to first base class listed in inheritance
Upcast to send base class listed in inheritance
Upcast to any base class
Upcast is not possible