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 is a constructor? What is a destructor?
Explain about WSDL
What is parallel foreach c#?
Why would you use a class property in 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.
How can it prevents DLL Hell assembly versioning in .NET?
What is an example of delegation?
What is an enumerator c#?
what is the scope of anonymous type ?
Is an interface a type c#?
What is the delegates in c#?
What is difference between web and window application?
What is generic collection in c#?
What is lastindexof c#?
What is meant by unicode characters?