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
Illustrate serialization?
Why dependency injection is used in c#?
How to handle exceptions that are raised in a component?
What is addressof operator?
Is post back c#?
State two different types of access modifiers.
Structs are not reference types. Can structs have constructors?
What is expression c#?
What is difference between throw and throws in c#?
Explain about CTS?
What does int32 mean?
What to implement on my class Finalize or IDisposable
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Explain the concepts of cts and cls(common language specification).
What is arraylist class in c#?