Object-oriented programming (OOPs) Question:
Download Questions PDF

What is Virtual keyword?

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?