what is the difference between early binding and late binding
in .net?

Answers were Sorted based on User's Feedback



what is the difference between early binding and late binding in .net?..

Answer / venkat

Late Binding: runtime binding
Early Binding: compile time binding
as compilation is done before executing an application so
it is called early binding.

Is This Answer Correct ?    18 Yes 6 No

what is the difference between early binding and late binding in .net?..

Answer / satyambabu

early binding:-
compiler have knowledge about objects.

late binding:-
compiler doesn't have knowledge about objects.

Is This Answer Correct ?    10 Yes 4 No

Post New Answer

More Dot Net General Interview Questions

What do the terms “boxing” and “unboxing” mean?

0 Answers  


What is immutability?

0 Answers  


what are connection strings?

0 Answers   Manhattan, RTRT,


What is Finalizer in .NET define Dispose and Finalize ?

0 Answers   MCN Solutions,


What is heap and what is stack?

0 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


Explain the differences between server-side code and client-side code.

0 Answers  


Value type & data types difference. Example from .NET.

2 Answers   TCS,


What is nmake tool?

1 Answers  


How to Create and Consume a Web Service?

1 Answers  


what are design patterns in .net....?

2 Answers  


What is reflection and what is it for?

0 Answers  


Categories