Answer Posted / santosh
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 ? | 272 Yes | 22 No |
Post New Answer View All Answers
what is the drawback of classical methods in oops?
What is the difference between procedural programming and oops?
Is enum a class?
hi all..i want to know oops concepts clearly can any1 explain??
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why do pointers exist?
What is and I oop mean?
What is difference between inheritance and polymorphism?
What are the three main types of variables?
What is destructor oops?
What is class encapsulation?
What is inheritance in oop?
What does sksksk mean in text slang?
What is the importance of oop?
Whats oop mean?