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 |
How do you instantiate a complex number?
Is .net is a language?
What is Application Domain?
Difference abstract class and interface in .net?
Can any object be stored in a viewstate in .net?
which is the best dot net coaching center in visakhapatnam??
Explaing your project.
what is prototype design pattern in .net
Who is using .net core?
How to get the number after decimal point in .net?
Explain security measures exist for .net remoting in system.runtime.remoting?
Explain how to spawn a thread?