InterviewSolution
Saved Bookmarks
| 1. |
The virtual function overrides ____________(a) Do not acquire base class declaration of default arguments(b) Do acquire base class declaration of default arguments(c) Do not link with the default arguments of base class(d) Do link with the default argument but only of derived classesI got this question in an interview.I want to ask this question from Default Arguments topic in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming |
|
Answer» Right option is (a) Do not acquire base class declaration of default arguments |
|