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 interface inherit class in c#?
How long can a string be c#?
Which is faster dictionary or list?
What are satellite assemblies?
What is the function of .IsDescendent()?
How many types of delegates are there in c#?
Is php easier than c#?
What is polymorphism in c sharp?
User's session is explicitly killed by which method ?
What is called method in c#?
What is interpolation in programming?
What is access modifier in c#?
Why do we need indexers in c#?
What is boxing? Explain its functionality?
What Is An Interface Class?