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
How does it work?
Why constructor is used in c#?
Define c# i/o classes?
Define constructor in c#.
How do you escape a character?
what is full assembly reference
What is transparent caching with aop ?
What are the two kinds of properties in c#.
What is a dictionary in c#?
What is difference between throw and throws in c#?
What is using keyword?
Why are strings in c# immutable?
What is final keyword in c#?
What is datagridview in c#?
What are synchronous and asynchronous operations?