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

What is Abstract method?

Tweet Share WhatsApp

Answer:

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

Download OOP PDF Read All 37 OOP Questions
Previous QuestionNext Question
Can we call a base class method without creating instance?What is Virtual method?