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
In C#, explain the difference between overloading and overriding.
What is boolean method?
Can derived classes have greater accessibility than their base types?
What is concatenation and when should it be used?
What is icomparable in c#?
Is as operator in c#?
Explain the term inheritance in C#.
Differentiate between dataset and datareader?
What is ispostback c#?
What does void do in c#?
How many types of namespaces available in version4?
How do you prevent a method from being overridden in c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What is multidimensional array in c#?
What is the benefit of using interface in c#?