what is the difference between early binding and late binding
in .net?
Answers were Sorted based on User's Feedback
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 |
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 |
What is meant by globalization?
Please explain what is the difference between encrypting a password and applying a hashing?
What is the use of Treeview control?
What is a Strong Name?
What’s different between process and application in .net?
What is file extension of Webservices in .Net?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
What are the differences between com architecture and.net architecture?
What is the difference between a debug and release build?
Explain what is the difference between constants and read-only variables?
What are the features of dot net?
What is the difference between custom control and web control?