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
Why is polymorphism needed?
What is object and class in oops?
Why multiple inheritance is not possible?
What is difference between data abstraction and encapsulation?
What is encapsulation with example?
What is the difference between abstraction and polymorphism?
What makes a language oop?
Can we define a class within the interface?
explain sub-type and sub class? atleast u have differ it into 4 points?
write string class as your own class in java without using any built-in function
Write a c++ program to display pass and fail for three student using static member function
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?
#include
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are two types of polymorphism?