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 do the terms “boxing” and “unboxing” mean?
What is immutability?
what are connection strings?
What is Finalizer in .NET define Dispose and Finalize ?
What is heap and what is stack?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain the differences between server-side code and client-side code.
Value type & data types difference. Example from .NET.
What is nmake tool?
How to Create and Consume a Web Service?
what are design patterns in .net....?
What is reflection and what is it for?