How can we Achieve Late binding in C#.Can any give one example.
Answer Posted / kishore.a
We can achieve Late binding using Dynamic polymorphism..
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between protected and internal in c#?
explain the nature of the assembly work?
What is the difference between CONST and READONLY?
Is char * null terminated?
What is class method c#?
What is a method signature c#?
In which situation(s), the use of "Delegate" is a good idea?
How is method overriding different from overloading?
How to assign Null value to Var?
What is a .aspx file?
What is different about switch statements in c#?
What is xor operator in c#?
What is callback delegate in c#?
What is a int in c#?
Why do we use yield in c#?