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

What's the difference between the debug class and trace class? Documentation looks the same.

512


In which order the constructor is called for an inherited class?

547


What is the purpose of dictionary in c#?

465


Why delegates are type safe in c#?

518


How to assign Null value to Var?

555






What floating point types is supported in C#?

604


What is uint c#?

465


What is string method in c#?

502


What is the difference between a method and a property?

468


What is a singleton unity?

570


What is use of hashtable in c#?

492


Can a class have static constructor?

562


Why do we use interface in c#?

486


What is the difference between abstraction and encapsulation in c#?

503


What is view state c#?

523