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
What is the benefit of delegate in c#?
What is iqueryable?
What is meant by collections in c#?
What is a derived class in c#?
What is the difference between an application domain and a process?
What is Implicit conversion in C#?
What do you understand by the terms datareader object and dataset object?
Why interface is required?
In .Net, what is an assembly? Also explain the type of assembly.
if a method is marked as protected internal who can access it?
Which is faster abstract class or interface in c#?
Why can't we use a static class instead of singleton?
Explain the process of Serialization?
What is the difference while using directive vs using statement ?
Describe the ways of cleaning up objects in c#.