Vidyalelo
C++ Programming · Q44

Inheritance in C++

Programming · C++ Programming · question 44

Q44

Which statement is incorrect about virtual function.

A.
They are used to achieve runtime polymorphism
B.
They are used to hide objects
Answer
C.
Each virtual function declaration starts with the virtual keyword
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board