Object-oriented programming (OOPs) Question:

What is Virtual method?

OOP Interview Question
OOP Interview Question

Answer:

Virtual Method has implementation & provide the derived class with the option to override it.


Previous QuestionNext Question
What is Abstract method?What is Polymorphisms?