what is virtual function?
Answer Posted / chandan jena
To make a class polymorphic we use virtual function.It
provides runtime polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointer in oop?
What is abstraction encapsulation?
Which method cannot be overridden?
Please send ford technologies placement paper 2 my mail id
What is destructor example?
Why is abstraction needed?
Advantage and disadvantage of routing in telecom sector
What is a class in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is for loop and its syntax?
class type to basic type conversion
What is advantage of inheritance?
What is the point of polymorphism?
Why is polymorphism needed?
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.