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


Please Help Members By Posting Answers For Below Questions

what is a constructor? What is a destructor?

715


Explain about WSDL

802


What is parallel foreach c#?

672


Why would you use a class property in c#?

670


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.

1465


How can it prevents DLL Hell assembly versioning in .NET?

745


What is an example of delegation?

665


What is an enumerator c#?

688


what is the scope of anonymous type ?

764


Is an interface a type c#?

710


What is the delegates in c#?

668


What is difference between web and window application?

576


What is generic collection in c#?

662


What is lastindexof c#?

646


What is meant by unicode characters?

739