what is virtual function?
Answer Posted / kumod
virtual function can be used to override the propertis of a
function.it is normaly used in inheritance. it is part of
polymerphism.
| Is This Answer Correct ? | 180 Yes | 18 No |
Post New Answer View All Answers
What are the advantages of polymorphism?
#include
Why do we need polymorphism in c#?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the types of inheritance?
Give two or more real cenario of virtual function and vertual object
What is class and object in oops?
What is abstraction with example?
Can private class be inherited?
What are the 4 pillars of oop?
What are the 3 principles of oop?
any one please tell me the purpose of operator overloading
What is polymorphism used for?
Can abstract class have normal methods?
What is the fundamental idea of oop?