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
can you create a function in c# which can accept varying number of arguments
Name the method of servicebase class?
How Reflection is used and what it's significance ?
Is c sharp and c# are same?
Is string value type c#?
Can structs in c# have destructors?
What is a delegate? How can it works?
What is datagridview in c#?
What is readline c#?
Can you specify an access modifier for an enumeration?
write a program to find the biggest palindrome in the given string
What is xamarin used for?
What is type class in c#?
What is tryparse c#?
What is the difference between int and int in c#?