adplus-dvertising
frame-decoration

Question

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

Answer: (c).Upcast to any base class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If multiple inheritance is implemented, which upcasting will be correct?