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 the purpose of c#?

556


How does dictionary work in c#?

479


What is the use of properties window?

504


What is a clr (common language runtime)?

488


C# called c sharp why?

556






What is the default value of boolean variable?

458


What are the Types of values mode can hold session state in web.config

555


Why are strings immutable in c#?

498


How big is a float?

506


What is use of FormBoarderStyle Propertie

535


What is the name of c# compiler?

636


What is difference between list and ilist in c#?

470


Does a class need a constructor c#?

495


What is difference between event and delegate in c#?

481


How many bits is int32?

494