What is early binding and late binding
Answer Posted / shakti prasad prusty
Early binding - Assigning values to variables during design
time or exposing object model at design time.
Late Binding - Late binding has the same effect as early
binding. The difference is that you bind the object
library in code at run-time
| Is This Answer Correct ? | 31 Yes | 14 No |
Post New Answer View All Answers
What are the types of access modifiers?
Can a constructor be private in c#?
What is icomparer in c#?
What is the difference between a field and a property in c#?
How more than one version of an assembly can keep in same place?
Can you inherit multiple classes in c#?
What is difference between for and foreach in c#?
What is difference between method overriding and method overloading?
Which programming language is best for desktop applications?
What are events in C#?
What is continue in c#?
How do you create empty strings in c#?
How can I produce an assembly?
Explain About Postback
Explain the difference between passing parameters by value and passing parameters by reference with an example?