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
What are the principles of delegation?
Why do we need static class in c#?
What is reflection c#?
Can constructor be protected?
Can c# inherit multiple classes?
Which is executed if an exception has not occurred?
Why do we use delegates in c#?
Define c# i/o classes?
What is the default value of boolean variable?
What is static void main in c#?
Is type nullable c#?
Explain circular reference in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Why are c# strings immutable?
Why do we use readonly in c#?