Q:

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

0

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


  1. Upcast to first base class listed in inheritance
  2. Upcast to send base class listed in inheritance
  3. Upcast to any base class
  4. Upcast is not possible

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).Upcast to any base class

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OVERLOADING MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If class C inherits class B and class B inherits c... >>
<< Which casting among the following is allowed for t...