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 the managed and unmanaged code in .net?
What is common language specification (cls)?
What is boxing in .NET?
What is Ajax design pattern in .NET?
What's the problem with .net generics?
What are Generics? Where do we use them.
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
What are the security policy levels in .Net
Explain the difference between asp.net and asp?
How many types of exception handlers are there in .NET?
Differences between datagrid, datalist and repeater in .net?
What is the single responsibility principle?