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

What is Abstract method?

Answer:

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

Download OOP Interview Questions And Answers PDF

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