Object-oriented programming (OOPs) Question:

What is Virtual keyword?

OOP Interview Question
OOP Interview Question

Answer:

This keyword indicates that a member can be overridden in a child class. It can be applied to methods, properties, indexes and events.


Previous QuestionNext Question
What is New modifiers?What is an Interface?