InterviewSolution
Saved Bookmarks
| 1. |
Why we use the “dynamic_cast” type conversion?(a) result of the type conversion is a valid(b) to be used in low memory(c) result of the type conversion is an invalid(d) it is used for storage |
|
Answer» Right answer is (a) result of the type conversion is a valid For explanation: It is used to check that operators and operands are compatible after conversion. |
|