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
Can a class be protected in c#?
what happens if you inherit multiple interfaces and they have conflicting method names?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is the differences between datagrid, datalist and repeater in .net?
What's the difference between an integer and int?
How long does it take to get a loop recorder put in?
How does return work in c#?
Is c# used for frontend or backend?
4. Describe the process when we send a request URL? And who is responsible for that?
What is difference between an Structure and Class?
Explain acid rule of thumb for transactions in c#.
What is the root element of an xml file?
What is an object pool in .net?
What is dependency injection in simple words?
Can you mark static constructor with access modifiers?