Object-oriented programming (OOPs) Question:

Download Job Interview Questions and Answers PDF

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.

Download OOP Interview Questions And Answers PDF

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