Q. If multiple inheritance is implemented, which upcasting will be correct? (A) Upcast is not possible (B) Upcast to send base class listed in inheritance (C) Upcast to any base class (D) Upcast to first base class listed in inheritance ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Upcast to any base class