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 |
Name for built-in permission sets in .Net
Whate are resource files?
What is .net3.0 and .net3.5?
Please explain what are an object and a class?
How do you start, pause, continue or stop a Windows service off the command line?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
How you apply a theme in whole application in .Net?
What is nmake tool?
How to create properties and methods using controls?
What is Serialiazation?
What is value type and refernce type in .net?
How can you instantiate a tuple?