MCQOPTIONS
Saved Bookmarks
| 1. |
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» D. Upcast is not possible | |