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
Explain constructor in c#?
What are the principles of delegation?
Why we use delegates in c#?
What is difference between destructor and finalize?
What is xml document how do you open it?
What is better C# or VB.NET?
Explain how to parse a datetime string?
Are multiple data types stored in System.Array?
What is datatable and dataset in c#?
Can you inherit multiple abstract classes in c#?
How Do You Convert A Value-type To A Reference-type?
Can private virtual methods be overridden in c#.net?
What is null character in string?
Can hashtable have duplicate keys in c#?
What is parallel foreach c#?