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
What are access modifiers in c#?
Wcf and what is difference between wcf and web services?
Why we use delegates in c#?
What is yield keyword?
Why do I get a security exception when I try to run my c# app?
Is dictionary reference type c#?
Is c# a technology?
What is the difference between static and constant variables?
What is the real use of interface in c#?
Where do we use serialization in c#?
What are the steps to make an assembly to public?
Why dictionary is faster than list?
What is argument in c#?
How to Install uninstall assemblies into GAC?
What is default constructor in c#?