adspace


What is the difference between a virtual method and an abstract method?

Answer Posted / Manju Rani

An abstract method is an incomplete method declared in a base class that must be implemented by its derived classes, while a virtual method can have an implementation in the base class but also allows derived classes to override it if necessary. Virtual methods are denoted by the 'virtual' keyword.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category