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 an escape sequence in c#?

615


how to stored and retrive video in Sql server using asp.net c#......?

611


What is the difference between an integer and int?

549


How is a string immutable?

586


What is an inheritance in c#?

569






What is jagged array in c#?

627


Can a class have static constructor?

633


What is the difference between selection and projection?

538


Describe the types of comments in c#?

598


How do you comment out code in c#?

555


What is the difference between System.console.WriteLine() and System.console.Write() function?example?

688


Name which controls do not have events?

639


What is firstordefault c#?

628


Write one code example for compile time binding and one for run time binding? What is early/late binding?

683


What is the advantage of constructor?

563