What is early binding and late binding
Answer Posted / santhosh. p. krishna
Early binding - Assigning values to variables during design
time.
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 ? | 10 Yes | 6 No |
Post New Answer View All Answers
Is lazy t thread safe?
What is an enumerator in c#?
What do you mean by sealed classes and static classes?
Is c# int immutable?
List the differences between method overriding and method overloading?
What is the difference between proc. Sent by val and by sub?
What is lazy loading entity framework?
What's the difference between class and object?
Can var be null c#?
What is the namespace for datatable in c#?
Define c# delegate?
Define satellite Assembly?
What are the differences between static, public and void in c#?
What is base class in c#?
What is difference between function and method in c#?