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
What are the desktop applications?
What is default value of enum c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Is array thread safe c#?
Why do we use interfaces in c#?
Explain the security with aop?
What is c sharp language?
Why do we write system in c#?
What is a clr (common language runtime)?
Is c# lazy thread safe?
How do I type a whitespace character?
Is c# a strongly-typed language?
Is lazy thread safe c#?
What is use of list in c#?
What is connection pooling in ado.net?