How can we Achieve Late binding in C#.Can any give one example.
Answer Posted / satish
We can achive late binding through operator loading and
method ovealoading.
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What is trim in c#?
What is console readkey in vb net?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Why to use “finally” block in c#?
What do you mean by delegates and explain different types of delegates?
What is the relation between classes and objects?
Why do we use struct in c#?
How many constructor can a class have?
What is the difference between delegates and events in c#?
What is c# in asp net?
What does string intern do?
Describe how a .net application is compiled and executed
Why delegates are safe in c#?
Why do we use namespace in c#?
What is private constructor c#?