Page 1 of 1

Which statement is incorrect about virtual function.

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
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