What is virtual function?where and when is it used?
Answer Posted / reshma khan pathan
In object-oriented programming, a virtual function is a
function whose behavior can overridden by a function of
same signature of inherited class.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What do you mean by overloading?
What is polymorphism programming?
What is the difference between abstraction and polymorphism?
How is polymorphism achieved?
What is the point of oop?
What is an example of genetic polymorphism?
Is this job good for future? can do this job post grduate student?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Why do we use oop?
What is polymorphism in oops with example?
What is the main feature of oop?
What is inheritance in simple words?
What is the fundamental idea of oop?
#include
Can destructor be overloaded?