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 is the microsoft .net?

0 Answers  


Explain how to load the contents of an xml file into an xmldocument object?

0 Answers  


How will you register com+ services?

0 Answers  


Can "this" be used within a static method?

0 Answers  


What is a DLL?

1 Answers  






What do you mean by web service?

0 Answers   Accenture,


What is managed code execution?

0 Answers  


How do you view the methods and members of a dll?

0 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


Show different types of collection in .NET?

0 Answers   QuestPond,


what is managed data and managed code?

2 Answers  


What is the single responsibility principle?

0 Answers  


Categories