What is polymorphism? pl explain practically rather than
theoretical?
Answer Posted / umesh shrivastava
In the word Polymorphism here poly means many and morphism
means form ie.one interface having multiple function.
Polymorphism are of two type
1 Static polymorphism:we can use this by implementing
function overloading and oprator overloading.
2 Dynamic Polymorphism:we can user this by implementing
virtual function and abstract classes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I simulate optional parameters to com calls?
What are the 3 different types of arrays?
Can you declare struct members as protected?
Is concurrent queue thread safe?
What is the advantage of dependency injection?
How do I do implement a trace?
What are delegates and why are they required?
Is hashset ordered c#?
What is attribute and reflection in c#?
What are the properties of c#?
what is IComparable
Why do we use abstract class in c#?
What does return do in for loop?
Do extension methods have to be static?
What is func c#?