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 are circular references? How garbage collection deals with circular references.

535


Explain boxing and unboxing in c#?

507


Differentiate between sqlclient oledb and providers?

497


Can abstract class have constructor?

496


Is c# an array?

468






What framework is used for performance testing/load testing?

1480


Define delegate in c#?

541


What is the usage of transponders?

539


Distinguish between the Debug class and Trace class with its functionality?

532


How many digits are in an integer?

473


What is console readkey in vb net?

641


How C# 4.0 supports dynamic programming language?

569


What are the methods in c#?

525


What are the Types of values mode can hold session state in web.config

546


Distinguish between system.string and system.text.stringbuilder classes?

438