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

Is c# and .net same?

574


Where is the keyword void used?

632


Which control cannot be placed in mdi?

618


Does c# provide copy constructor?

667


How would you describe encapsulation in c#?

570






Is Multiple-inheritance supported by c#?

653


Do events have return type c#?

598


What is static variable in c#?

577


What is int32 maxvalue?

612


What is ControlBox Propertie

663


What is _viewstart cshtml?

555


Can we inherit sealed class in c#?

546


What are the classes contained in a single .NET DLL ?

590


What is a service layer c#?

544


What are destructors in C#?

989