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
How can you overcome the diamond problem in inheritance?
What is the difference between abstraction and polymorphism?
Is html an oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is methods in oop?
what type of question are asked in thoughtworks pair programming round ?
What is data binding in oops?
What is the real life example of polymorphism?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Why interface is used?
How oops is better than procedural?
What is difference between pop and oop?
Explain the advantages of inheritance.
Can enum be null?
What is overloading in oop?