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


Please Help Members By Posting Answers For Below Questions

What are the principles of delegation?

585


Why do we need static class in c#?

649


What is reflection c#?

554


Can constructor be protected?

538


Can c# inherit multiple classes?

614






Which is executed if an exception has not occurred?

598


Why do we use delegates in c#?

594


Define c# i/o classes?

612


What is the default value of boolean variable?

531


What is static void main in c#?

581


Is type nullable c#?

602


Explain circular reference in c#?

632


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

633


Why are c# strings immutable?

577


Why do we use readonly in c#?

575