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

What is the full form of oops?

916


What are the features of oop?

839


Can we create object of interface?

846


write a programe to calculate the simple intrest and compund intrest using by function overlading

1903


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

2211


What are the three main types of variables?

836


Which language is not a true object oriented programming language?

873


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

3118


Where is pseudocode used?

746


What does sksksk mean in text slang?

1843


What is use of overloading?

863


What is the difference between encapsulation and polymorphism?

837


Why is static class not inherited?

833


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1855


Why do while loop is used?

779