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
Can a constructor be private in c#?
What is an array class?
What is scope c#?
Name the method of servicebase class?
What is the difference between method and constructor in c#?
What is the default boolean value in c#?
What is double c#?
What is a factory in c#?
What is xor operation?
What is a thread? What is multithreading?
What is datacontract in c#?
What is a service layer c#?
What are the main reasons to use c# language?
What does question mark mean in c#?
C# called c sharp why?