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 are server controls?

1 Answers   Avanade, Wipro,


What are the fundamental objects in ADO.NET?

1 Answers  


What is UDDI and how to register the web service in it?

0 Answers   TCS,


object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....

0 Answers   Infotech, Wipro,


Can I write il programs directly?

0 Answers  






Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

1 Answers   Siebel Systems,


What is RCW (Run time Callable Wrappers)?

0 Answers  


Differences between dll and exe?

0 Answers  


What is COM Interoperability in .NET

0 Answers  


What application do you use to install a Windows service?

1 Answers  


How does the .NET framework work?

1 Answers  


What is singlecall activation mode used for in .net?

0 Answers  


Categories