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
Explain copy constructor?
How many types of inheritance are there in c#?
Is c# a technology?
Which is more efficient for loop or while loop?
What is an assembly in dotnet?
What is difference between array and arraylist c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is sqlconnection in c#?
What is difference between interface and abstraction?
What are c# types?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What do you know about Translate Accelerator?
Can abstract class have constructor c#?