If multiple inheritance is implemented, which upcasting will be correct?
(a) Upcast to first base class listed in inheritance
(b) Upcast to send base class listed in inheritance
(c) Upcast to any base class
(d) Upcast is not possible
The question was asked in final exam.
This question is from Upcasting in chapter Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming