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
How do you create partial methods?
What is difference between sleep () and wait ()?
What are managed providers?
What is iqueryable in linq?
What is func delegate in c#?
Is int a class in c#?
Is null empty or whitespace c#?
Why dictionary is faster than list?
What problem does Delegate Solve?
Can we inherit sealed class in c#?
What is difference between ienumerable and iqueryable in c#?
what are pointer types in c#
What is verbatim string?
What are Regex / regular expressions ?
What are the differences between static, public and void in c#?