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

We cannot create instances of static classes. Can we have constructors for static classes?

516


What is a decimal in c#?

502


what are implementation inheritance and interface inheritance?

517


Is c# easier than c++?

537


What is datatable and dataset in c#?

487






What is difference between ienumerable and list in c#?

455


What is gui in c#?

546


What is a clr (common language runtime)?

485


Which of the following operations can you not perform on an ado.net dataset?

515


How are methods overloaded?

543


What is the difference between static class and singleton class in c#?

488


What is hashtable in c# net with example?

473


How main method is called in c#?

517


How does dictionary work in c#?

475


What is a view? What is the use of it?

585