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 MSIL code ?
How do you define the lease of the object in .net?
what is the default security setting in .net?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What's the use of system.diagnostics.process class in .net?
Show different types of collection in .NET?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
How viewstate is being formed and how it is stored on client in .net?
Explain about managed heap?
What is different between User Control and Web Control and Custom Control?