Answer Posted / pawan kumar
Virtual methods have an implementation and provide the derived classes with the option of overriding it. Abstract methods do not provide an implementation and force the derived classes to override the method. So, abstract methods have no actual code in them, and subclasses HAVE TO override the method.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use inheritance?
What is inheritance in simple words?
What is difference between polymorphism and inheritance?
What does I oop mean?
How do you explain polymorphism?
Why is encapsulation used?
Explain the concepts involved in Object Oriented programming.
What is oops and its features?
What is polymorphism give a real life example?
what is difference between class template and template class?
What is object and class in oops?
What are the advantages of polymorphism?
What is the full form of oops?
Why is polymorphism needed?
What is abstraction in oop with example?