How to call a function when a class implements 2 interfaces and function is present in both interfaces?
Answer Posted / maruthi
interface name . function name
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How many constructor can a class have?
What are the types of comment in c# with examples?
Explain streamreader/streamwriter class?
Why does my windows application pop up a console window every time I run it?
Is is possible to force garbage collector to run?
What is polymorphism and its types in c#?
Why do we use threads in c#?
How do you clear a list in c#?
Explain clr in brief.
update data in an xml file which resides in solution itself, using silverlight 4.0
Can constructor be private c#?
What does console writeline do?
Can we make a class private in c#?
What is the Signification of the "new " keyword in C#? example
What is difference between ienumerable and enumerable in c#?