What is early binding and late binding

Answer Posted / chitranjan

Early Binding :-1 - In C#, early binding is a process in
which a variable is assigned to a specific type of object
during its declaration to create an early-bound object.

Late Binding - 1 - Late bound means the target method is
looked up at run time. Often the textual name of the method
is used to look it up. If the method isn't there, bang. The
program will crash or go into some exception handling scheme
at run time.

If you want to get more difference then use this link or
copy and past in your browser
http://dotnetnukes.blogspot.in/2013/06/late-binding-and-early-binding-in-c.html

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you see a loop recorder?

499


Why are local variables stored in stack?

556


How long does it take to get a loop recorder put in?

467


Can a private virtual method can be overridden?

565


How are delegates chosen?

466






What is different between Boxing and Unboxing?

592


In which way you can convert a value-type to a reference-type?

540


What is interface c#?

464


Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?

542


What does || mean in programming?

504


Can mvc be used for desktop applications?

489


What is c# entity framework?

496


What does using system mean in c#?

496


How does array sort work?

500


What is Covariance and contravariance in C#?

561