Answer Posted / santosh wavare
Polymorphism is one of the important feature of OOP's. It
consist of 2 words i.e., 'Poly' which stands for many
and 'Morphism' stands for forms.
We can divide the polymorphism into 2 types.
1. Static polymorphism
2. Dynamic polymorphism
Static polymorphism:- In this the binding is taken place in
compile time. The different types of static polymorphism
are:-
a) Function Overloading
b) Operator Overloading
Dynamic polymorphism:- In this the binding that takes place
at run-time. The difference types of dynamic polymorphism
are:-
a) Virtual function
b) Abstract class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we have inheritance without polymorphism?
Who invented oop?
What is the real time example of encapsulation?
What is meant by oops concept?
What is use of overloading?
Why is polymorphism needed?
Which is better struts or spring?
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 is a class in oop?
Why do pointers exist?
What is difference between inheritance and polymorphism?
Can a destructor be called directly?
What are two types of polymorphism?
Can you explain polymorphism?
What is difference between pop and oop?