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

What is a partial class. Give an example?

0 Answers  


What's the difference between a static method and a non static method c#?

0 Answers  


What is namespace c#?

0 Answers  


What is static noise?

0 Answers  


What are collections in c#?

0 Answers  






What is the difference between a constant and a static readonly field?

0 Answers  


What is dll hell, and how does .net solve it?

0 Answers  


What is xor operation?

0 Answers  


How to find the current application file path while runtime?

0 Answers  


Is a valid int value?

0 Answers  


List some of the common data providers for ado.net framework?

0 Answers  


What is the property of a class in c#?

0 Answers  


Categories