

MCQOPTIONS
Saved Bookmarks
1. |
Which statement is incorrect about virtual function. |
A. | They are used to achieve runtime polymorphism |
B. | They are used to hide objects |
C. | Each virtual function declaration starts with the virtual keyword |
D. | All of the mentioned |
Answer» C. Each virtual function declaration starts with the virtual keyword | |