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
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why do while loop is used?
How long to learn object oriented programming?
What does oop mean in snapchat?
What is overloading in oop?
Is abstract thinking intelligence?
Write a program to sort the number with different sorts in one program ??
Why is oop useful?
What is inheritance write a program to show use of inheritance?
What is encapsulation process?
What is meant by multiple inheritance?
What is a class and object?
Where is pseudocode used?
What are main features of oop?
Write a program to reverse a string using recursive function?