What are early binding and late binding.



What are early binding and late binding...

Answer / Ashok Kumar Goutam

In .NET programming, early binding occurs when the type of an object is known at compile-time. This allows the compiler to check for errors and optimize the code. Late binding, on the other hand, happens when the type of an object is not known until runtime. This can be useful for creating dynamic behavior, but it results in slower execution and less error checking.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which browsers support the xmlhttprequest object?

1 Answers  


What does the hotspot class in .net do?

1 Answers  


How to unit test Web API?

1 Answers  


How Session outproc in Sqlserver stored?

1 Answers   CGI,


What is different between webconfig.xml & Machineconfig.xml ?

1 Answers  


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

1 Answers  


how to convert varchar into datatype int............. in ASP

1 Answers  


What is query string with example?

1 Answers  


how can i inharit multiple classes?

3 Answers  


Why is validation always done on the server? When does that occur?

2 Answers  


Explain the asp.net session state modes.

1 Answers  


I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


Categories