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
Do loops in c#?
What is datagridview in c#?
Does hashset allow duplicates c#?
Is namespace necessary in c#?
What does public mean in c#?
What is writeline?
What does using do in c#?
What are custom exceptions?
Is array immutable in c#?
What are the basics of c#?
Explain constructor in c#?
What debugging tools come with the .NET ssSDK?
What is global namespace in c#?
What is the main purpose of delegates in c#?
What is array and its types in c#?