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
Is javascript harder than c#?
What is an inheritance ?Give an example in which inheritance is used?
What are bitwise logical operators?
What is an example of a delegate?
Explain the difference between Metadata and Manifest
What is a .aspx file?
What is dynamic object in c#?
Why attributes are used in c#?
What is private and shared assembly?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Explain a MSIL ? Why is it appreciated by all developers?
Can hashtable have duplicate keys?
What is the resgen.exe tool used for?
Define interface class in c#?
What are the steps to make an assembly to public?