What is early binding and late binding
Answer Posted / laks
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 ? | 128 Yes | 17 No |
Post New Answer View All Answers
Is string null or empty?
What is difference between dictionary and hashtable?
What is the difference between firstordefault and first?
What are sessions in c#?
What is the difference between list and array in c#?
Explain “static” keyword in c#?
Should I make my destructor virtual?
How do you prevent a class from being inherited in c#?
What is a partial class in c#?
Can you create an instance of a static class?
Can you inherit from a static class in c#?
How to implement delegates in c#.net
What is gac? How to put assembly in gac?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is the best dependency injection c#?