InterviewSolution
Saved Bookmarks
| 1. |
What should be used for safe downcast?(a) Static cast(b) Dynamic cast(c) Manual cast(d) Implicit castThe question was asked in an online quiz.This key question is from Downcasting in division Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming |
|
Answer» Correct option is (b) Dynamic cast |
|