What is early binding and late binding

Answers were Sorted based on User's Feedback



What is early binding and late binding..

Answer / jiban

Early binding means assigning value to a variable during
design time....

late binding means association of calling block and called
block wii be declair till the exicution time.....

Is This Answer Correct ?    1 Yes 5 No

What is early binding and late binding..

Answer / rajesh

Guys,Can u please Give one example for late binding and
early binding.

Is This Answer Correct ?    18 Yes 30 No

Post New Answer

More C Sharp Interview Questions

What debugging tools come with the .NET SDK?

1 Answers  


Why do we need constructors?

0 Answers  


Are value types sealed?

0 Answers  


What is multicast delegate in c# ?

0 Answers  


What are the differences between value types and reference types?

0 Answers  






What are "class access modifiers" in C#?

0 Answers   Genpact,


What is difference between value and reference types ?

4 Answers   Accenture,


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

0 Answers  


what is a constructor? What is a destructor?

0 Answers  


Where CANNOT Destructors be implemented ?

3 Answers  


How many digits is a 32 bit number?

0 Answers  


Which is faster dictionary or hashtable?

0 Answers  


Categories