Object-oriented programming (OOPs) Question:

What is Abstract method?

OOP Interview Question
OOP Interview Question

Answer:

Abstract method doesn't provide the implementation & forces the derived class to override the method.


Previous QuestionNext Question
Can we call a base class method without creating instance?What is Virtual method?