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 |
Which namespace is the base class for .net Class library?
Difference abstract class and interface in .net?
What is new in .net core?
Integer & struct are value types or reference types in .NET?
What is assembly in .net?
What is difference between system.string and system.stringbuilder classes?
What is finalize method in .net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Give An example of a ctype and directcast.
What is WSDL and disco file ?
what is the difference between class and structures?
What’s different between process and application in .net?