What is early binding and late binding
Answer Posted / shakti prasad prusty
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 ? | 31 Yes | 14 No |
Post New Answer View All Answers
What is the difference between method parameters and method arguments. Give an example?
What is the main method?
Define constructors
What is gac? How to put assembly in gac?
What are generic types?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
Can a class be private in c#?
What is window application in c#?
in object oriented programming, how would you describe encapsulation?
What is the solution if you need to manipulate sets of items?
In which way a two-dimensional array declared in C#?
What is the difference between string and string in c#?
What is yield c#?
What is inumerable?
How to add a readonly property in c#.net