Types of polymerphism and explain about dynamic
polymerphism?

Answers were Sorted based on User's Feedback



Types of polymerphism and explain about dynamic polymerphism?..

Answer / parvathi

Types of polymorphism are:
1. Run Time polymorphism
2. Compile Time Polymorphism

Dynamic polymorphism means binding the data during run
time. It is also called late binding. Example for dynamic
polymorphism is virtual functions

Is This Answer Correct ?    9 Yes 0 No

Types of polymerphism and explain about dynamic polymerphism?..

Answer / kalyan

1.Run Time Polymorphism
2.Compile Time Polymorphism

Dynamic Polymorphism is a late binding.

Is This Answer Correct ?    6 Yes 0 No

Types of polymerphism and explain about dynamic polymerphism?..

Answer / 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

Types of polymerphism and explain about dynamic polymerphism?..

Answer / radix

Static polymorphism and Dynamic Polymorphism are the two types of polymorphism

Dynamic Polymorphism: decisions of function execution is made at runtime

Is This Answer Correct ?    1 Yes 2 No

Types of polymerphism and explain about dynamic polymerphism?..

Answer / ashok kumar

1. runtime polymorphism
2. Compiletime polymorphism


dynamic polymorphism have a need of virtual keyword without

vertual this is not possible.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Does c# support templates?

0 Answers  


Is string reference type / value type?

56 Answers   Accenture, Microsoft, Siemens,


What is the difference between overriding and overloading in systemverilog?

0 Answers  


What is difference between tostring() vs convert.tostring() vs (string) cast

0 Answers  


How can we sort the elements of the array in descending order?

0 Answers  






Is c# code is unmanaged or managed code?

0 Answers  


What are handlers in c#?

0 Answers  


Distinguish between system.string and system.text.stringbuilder classes?

0 Answers  


What is pure abstract class in c#?

0 Answers  


What is base class in c#?

0 Answers  


Write a functin to add two no. Both no can be int, float.

3 Answers   HCL,


What are the benefits of using generics?

0 Answers  


Categories