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
Can we change static variable value in c#?
What is console application with example?
Give examples for value types?
Why to use “using” in c#?
Is there a way of specifying which block or loop to break out of when working with nested loops?
Define xslt.
how to prevent a class from being inherited in c#.net?
Explain “static” keyword in c#?
Are classes passed by reference in c#?
How do I open the console?
What is keywords in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
Are string objects mutable or immutable?
Explain what is an interface in c#?
How would you describe encapsulation in c#?