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 is dynamic object in c#?
What is interpolation in programming?
What is the difference between static and private constructor?
What is entity framework in c#?
What is private constructor c#?
Name some properties of thread class.
What is for loop in c#?
How do you determine whether a string represents a numeric value?
What is difference between private, protected, and public in C#?
Why linq is having select clause at the end?
What is dll in vb.net?
What is float in unity?
What is a datacontract?
what is a destructor?
What is Named parameter in C#?