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
What is namespace in oop?
Can an exception be thrown from a catch block?
What are c# i/o classes?
In which way a two-dimensional array declared in C#?
Why constructor is used in c#?
Is c# an open source?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
How are Windows programs different from normal C-programs?
Which function is the entry point for a DLL in MS Windows 3.1?
Is string mutable in c#?
How do you prevent a class from being inherited in c#?
What do you mean by synchronous and asynchronous operations?
What is the importance of closing an ado.net application?
How do I format in c#?
What is the default value of decimal in c#?