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 is c sharp used for?

495


What is a generic method?

489


What is namespace give the example?

463


Explain how do I get deterministic finalization in c#?

472


What are fields in c#?

498






What is join in c#?

484


What is the difference between CONST and READONLY?

576


Why do we need delegates?

497


how encapsulation is implemented in c#

641


What is xor operation?

527


Can a struct inherit from an interface in c#?

514


There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?

1586


Explain the steps to create satellite assembly?

487


What is the difference between interface and functional interface?

494


What is the use of 'as' Keyword in C# ?

580