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 value type c#?
Why do we use inheritance in c#?
What is different between Boxing and Unboxing?
Explain About web methods and its various attributes
How to use delegates with events?
How does c# generics and c++ templates compare?
What is msil, and why should developers need an appreciation of it if at all?
How do I get deterministic finalization in c#?
Explain polymorphism in c# with a simple example?
What is new method in c#?
Are multiple data types stored in System.Array?
How to Show Message box in Metro Style App?
What is an example of a delegate?
How to force my .net app to run as administrator on windows 7?
What is type keyword in c#?