

MCQOPTIONS
Saved Bookmarks
1. |
While redefining a virtual function in the derived class, if its prototype is changed then ___________________ . |
A. | It will be overloaded by the compiler |
B. | Its virtual nature will be lost |
C. | both a and b |
D. | Compiler will generate “Prototype mismatch error” |
Answer» D. Compiler will generate “Prototype mismatch error” | |