What is early binding and late binding
Answer Posted / kanak
From a program point of view during early binding the
function call is resolved at compile time.
In case of late binding the function call is resolved at
run time with the superclass reference object. It calls the
function of that subclass whose object is being referred by
the superclass reference object.
| Is This Answer Correct ? | 63 Yes | 19 No |
Post New Answer View All Answers
Why do we use ienumerable in c#?
What is using keyword?
How does bubble sort work?
What is the difference between asp net and c#?
What is c sharp language?
Does c# support multiple inheritance (mi)?
What types of object can I throw as exceptions?
Can you store different types in an array in c#?
What is the difference between dictionary and hashtable in c#?
Is java better than c#?
Is and as keyword in c# net?
What is a three-tier application.
What is the difference between struct and class in c#?
What is for loop in c#?
Difference between value and reference type.