What is early binding and Late binding. Difference which is
better ?

Answers were Sorted based on User's Feedback



What is early binding and Late binding. Difference which is better ?..

Answer / rakesh kamboj

Early binding:: Properties and method can be identified by
compile time.
Example: dim rs as recordset

Late binnding: Properties and method can be identified by
Run time.
Example: dim obj as classname
set obj=new classname

Is This Answer Correct ?    10 Yes 2 No

What is early binding and Late binding. Difference which is better ?..

Answer / sudhir kunnure

Early binding means one of function or type declaration
compile first then it excute.
late binding function or type direct excute at runtime

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Explain how viewstate is being formed?

0 Answers  


What is web api vs wcf?

0 Answers  


What is the difference between cache and cookies?

0 Answers  


Can we set master page as a start page?

0 Answers  


About delegates ?

7 Answers   TCS,






What parameters can you pass in the url of the api? Can get and post use the same url?

0 Answers  


How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


Where the assembly is stored in asp.net?

0 Answers  


Can we have 2 web config files?

0 Answers  


What is the biggest disadvantage of “Other Return Types” in Web API?

0 Answers  


What is data control in asp.net?

0 Answers  


Categories