What is Dynamic Polymorphism?

Answer Posted / atul gaikwad

This polymorphism is also called as late binding.
Dynamic polymorphism can be achieved by using function overriding.
eg.for addition of numbers if we write function as
void add Numbers(int,int);
And this function is written in base class as well as derived class as it is then satisfies the function over-riding concept.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i got a backdoor offer in process global,Bangalore..Can i work with it?

2327


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2036


What is encapsulation with example?

580


What is object-oriented programming? Webopedia definition

725


What are the three parts of a simple empty class?

1460






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).

1642


What is oops with example?

566


Why is abstraction used?

608


How to use CMutex, CSemaphore in VC++ MFC

4333


What is the example of polymorphism?

560


What is pointer in oop?

539


What are oops functions?

584


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2008


What is constructor overloading in oop?

607


Can an interface inherit a class?

561