Object-oriented programming (OOPs) Question:

What is Virtual keyword?

Tweet Share WhatsApp

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 PDF Read All 37 OOP Questions
Previous QuestionNext Question
What is New modifiers?What is an Interface?