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 abstract class in oop?
What are the advantages of polymorphism?
Why multiple inheritance is not possible?
What is overriding in oops?
What does sksksk mean in text slang?
what is graphics
Whats oop mean?
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 are the ways in which a constructors can be called?
What are constructors in oop?
What is the difference between encapsulation and polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
Can you explain polymorphism?
What is abstraction and encapsulation?
What is object in oops?