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

User's session is explicitly killed by which method ?

0 Answers   Siebel,


What is c# used for?

0 Answers  


How is the syntax written to inherit from a class in C#?Give an example ?

0 Answers   Siebel,


what is the difference between int and Int32?

5 Answers   TCS,


What is the boxing and unboxing in c#?

0 Answers  






Perfect Example Of While And Do-While Loop In C#.Net ?

0 Answers   Wipro,


what kind of questions (.net)to expect in a telephonic interview.This is the first time i will be facing a tele interview .Any inputs regarding this??

2 Answers   iNube Software Solutions,


What is wrong with the sample program below?

0 Answers  


If a child class instance is created, which class constructor is called first - base class or child class?

0 Answers  


What's the difference between system.string and system.text.stringbuilder classes?

0 Answers  


What is native image generator (ngen.exe)?

0 Answers  


Why data types are important in c#?

0 Answers  


Categories