what is the difference between early binding and late binding
in .net?
Answer Posted / satyambabu
early binding:-
compiler have knowledge about objects.
late binding:-
compiler doesn't have knowledge about objects.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between task and thread in .net?
How can you instantiate a tuple?
Please explain what are an inheritance, polymorphism, and encapsulation?
What should you do to store an object in a viewstate?
What's singleton activation mode in .net?
What versions of .net are there?
Which namespace is require to used XML in .NET?
Explain the difference between the stack and the heap?
Difference between user groups and code groups
What are the important components of .net?
What operating systems does the .net framework run on?
How to create properties and methods using controls?
Please explain what is immutability, what is it for and how is it codified?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
Describe the difference between inline and code behind which is best in a loosely coupled solution?