Answer Posted / uma sankar pradhan
we use virtual functions to achive dynamic binding
Dynamic binding is establishing relation between the
function call and function definition at run time
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is abstraction encapsulation?
Can we define a class within the interface?
What is polymorphism give a real life example?
#include
What is the significance of classes in oop?
What is encapsulation oop?
What is super in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the main purpose of inheritance law?
What is encapsulation in oops?
What is constructor in oop?
Why do we use class?
Why interface is used?
What does enum stand for?