What is early binding and late binding
Answer Posted / susheel maan
Compiler can bind the objects to methods at run time this
is called late binding or dynamic binding.
Compiler can bind the objects to mehods at compile time
this is called early binding or static binding.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is connection pooling in ado.net?
How much time will it take to learn unity?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
How do you type a null character?
What is the difference between static and private constructor in c#?
What is the use of nullable types in c#?
What is difference between array and list?
Does c# support multiple inheritance (mi)?
What is the difference between list and array in c#?
Can constructor be overloaded in c#?
Name any three ways to pass parameters to a method in c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Why do we still see so much non-oo code written in c# today?
How to use the sreamReader class to read form a text file?
What is c sharp language?