What is early binding and late binding

Answers were Sorted based on User's Feedback



What is early binding and late binding..

Answer / jiban

Early binding means assigning value to a variable during
design time....

late binding means association of calling block and called
block wii be declair till the exicution time.....

Is This Answer Correct ?    1 Yes 5 No

What is early binding and late binding..

Answer / rajesh

Guys,Can u please Give one example for late binding and
early binding.

Is This Answer Correct ?    18 Yes 30 No

Post New Answer

More C Sharp Interview Questions

Explain dataadapter.update method in .net?

0 Answers  


What is nullable types in c#?

0 Answers  


Name some properties of thread class.

0 Answers  


I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


What is difference between Convert.ToString(variable) and variable.ToString()

4 Answers   Mascon,






What is sqlconnection in c#?

0 Answers  


In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes?

7 Answers   Microsoft,


Is array reference type in c#?

0 Answers  


if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define

2 Answers  


Which is the best way for keeping the data in XML or SQL server..and why?

8 Answers   Infosys, Satyam,


How do I create a multilanguage, single-file assembly?

0 Answers  


How can I access the registry from c# code?

0 Answers  


Categories