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
Can you inherit multiple abstract classes in c#?
How many destructors can a class have?
Does c# support properties of array types?
What is the purpose of namespace in c#?
What are satellite assemblies?
Explain the functionalities of satellite assembly?
Why is lazy loading?
Why is c# better than java?
Is as operator in c#?
Which is faster list or dictionary in c#?
How many aware interfaces are there?
What is class in oops with example in c#?
Why do we need delegates?
How can I process command-line arguments?
Which attribute is used in order that the method can be used as webservice?