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
What is difference between array and list in c#?
What is dependency injection in simple words?
Explain About delegates
What is inline function in c#?
List some of the classes used by system.data namespace?
What is the difference between structure and class in c#?
What is a Command Object in C#?
what is main function of alternate teamplate of datalist?
What is a hashset c#?
What is tryparse?
What is a console operator?
Why is dll used?
Is .net and c# the same?
What is array collection?
if a method is marked as protected internal who can access it?