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 difference between events and delegates?
What is a method signature c#?
Is arraylist faster than linkedlist?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
How can you force derived classes to provide new method implementations for virtual methods?
Is c# or c++ better for games?
How do I create a multilanguage?
Why we use dll in c#?
How can you access a private method of a class?
What kind of the information stored inside the assembly?
Can we inherit a class with private constructor in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is difference between class and abstract class in c#?
What is collection of classes in c#?
What is a interface in c#?