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
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is overriding vs overloading?
what is the sylabus for priliminaries?
Whats oop mean?
What is an interface in oop?
write a program to find 2^n+1 ?
What is a null tree?
can we make game by using c
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the important components of cohesion?
What is the difference between a constructor and a destructor?
What are the features of oop?
What is polymorphism explain its types?
write string class as your own class in java without using any built-in function
What is overriding in oop?