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 the use of immutability?
Please explain what is the difference between a class and an object?
How do you trigger the paint event in system.drawing?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Difference between Panel and GroupBox classes?
What are multicast delegates?
Is .net core managed code?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
How will you register com+ services?