Types of polymerphism and explain about dynamic
polymerphism?
Answer Posted / ashvin.kumar01
Types of Polymorphism
1.Static(early Binding)
2.Dynamic(late binding)
Dynamic Polymorphism:To bind Your Functions and allocate the
memory of that function at run time i.e dynamic Polymorphism
it is responsibilty of programmer when he to decide to call
function at run time for better performance.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How string definitions will prevent escaping on backslashes in C#?
Explain About .Net remoting
What is instantiating a class?
Is a dll an assembly?
What is the difference between ienumerable and enumerator?
What do you mean by abstract class in c#?
What are the extension methods in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What is the difference between properties and indexer in c#?
What is an object pool in .net?
What is private class in c#?
What do you mean by generic class in c#?
What is virtual in c#?
When should I throw an exception?
What is the use of protected in c#?