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 is class method c#?

481


What is the default value of object in c#?

452


what is scope of a protected internal member variable of a c# class

530


What issues can be faced while delivering code?

1473


What is access modifier in c#?

489






What are the generation of Garbage Collection in C# .NET ?

553


Is unboxing an implicit conversion?

532


Differentiate between method overriding from method overloading with its functionality?

534


Define the term immutable ?

618


What does do in c#?

536


What is the interface in c#?

510


What are the different types of assemblies available and their purpose?

502


Can the nested class access, the containing class. Give an example?

471


How do I trim a space in c#?

437


What is difference between method and function in c#?

470