InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is a mandatory condition for downcasting?(a) It must not be done explicitly(b) It must be done implicitly(c) It must be done explicitly(d) It can’t be done explicitlyThe question was asked in my homework.This intriguing question comes from Downcasting in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming |
|
Answer» Right OPTION is (c) It must be DONE explicitly |
|