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
What are mutable and immutable types in c#?
What is a streamwriter in c#?
Are c# strings immutable?
what is the purpose of using statement in c#
What is session variable in c#?
What is mean by c#?
What is transparent caching with aop ?
What is ulong in c#?
Explain the Abstract class in c#.net
How many root nodes are there in an xml document?
How do you prevent a class from being inherited in c#?
What are the benefits of using the aggregate method in linq?
What is difference between iqueryable and ienumerable in c#?
What is instantiating a class?
What is xml serializer?