Correct Answer : Option (B) : They are used to hide objects
Explanation : Virtual function are used to achieve runtime polymorphism by calling the right function during runtime. Their declaration starts with a virtual keyword.