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 variable example?
What is encapsulation and abstraction? How are they implemented in C++?
What is class and object with example?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is coupling in oop?
State what is encapsulation and friend function?
Why oops is important?
How to improve object oriented design skills?
Why is polymorphism needed?
What is oops and its features?
Which method cannot be overridden?
What does and I oop mean in text?
What is use of overloading?
Why do we use oop?
What is debug class?what is trace class? What differences are between them? With examples.