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 constructor a static method?
How do I open the console?
What is Garbage Collection in .Net?
How can we set the class to be inherited, but prevent the method from being over-ridden?
Why do we overload constructors?
Why do we need delegates in c#?
Name some properties of array.
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
What is constants in c#?
What is the difference between console application and windows application?
What is writeline?
What do you mean by a windows process in regards to memory allocation?
What is difference between arraylist and list in c#?
What are get and set in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?