What is early binding and late binding
Answer Posted / susheel maan
Compiler can bind the objects to methods at run time this
is called late binding or dynamic binding.
Compiler can bind the objects to mehods at compile time
this is called early binding or static binding.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Distinguish between a class and struct?
What are data types with examples?
Why do we need to call CG.SupressFinalize?
What is a static class in c#?
What is the purpose of abstract class in c#?
What is the difference between interface and abstract class in c#?
What is a view? What is the use of it?
What is static variable in c#?
What are the advantages of generics in c#?
Which is faster iqueryable or ienumerable?
How can I develop an application that automatically updates itself from the web?
Is is possible to force garbage collector to run?
Is list a collection c#?
What is a cs file?
What is a deadlock lock?