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
What is interface inheritance?
Explain the difference between .net and c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
Is a games console a computer?
What is a event in c#?
What are the commonly used i/o classes?
What are the value types in c#?
What is a three-tier application.
What is the meaning of int parse in c#?
What are the Types of caching
What is difference between write and writeline?
What are delegates?
What is asp net c# corner?
What is callback function in c#?
What is an expression in c#?