Types of polymerphism and explain about dynamic
polymerphism?
Answers were Sorted based on User's Feedback
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 |
Answer / kalyan
1.Run Time Polymorphism
2.Compile Time Polymorphism
Dynamic Polymorphism is a late binding.
Is This Answer Correct ? | 6 Yes | 0 No |
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 |
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 |
What is a partial class. Give an example?
What's the difference between a static method and a non static method c#?
What is namespace c#?
What is static noise?
What are collections in c#?
What is the difference between a constant and a static readonly field?
What is dll hell, and how does .net solve it?
What is xor operation?
How to find the current application file path while runtime?
Is a valid int value?
List some of the common data providers for ado.net framework?
What is the property of a class in c#?