Object-oriented programming (OOPs) Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
Can we call a base class method without creating instance? | What is Virtual method? |