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
What do you know about WM_CHAR message?
Will the following code compile?
What is eager loading in c#?
What does out mean c#?
What are the 4 pillars of any object oriented programming language?
What is AutoMapper in C#?
What is verbatim string?
Why do we need interfaces in c#?
what is virtual method in c#?
Is a c# interface the same as a c++ abstract class?
Explain anonymous type in c#?
what are nullable types in c#
Tell us something about static linking and dynamic linking?
What is an actual parameter?
What are predicates in c#?