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
Explain use of abstract and sealed classes in c#?
What is the advantage of dependency injection?
What are constructors in c#?
What is the difference between continue and break statement?
What is namespace in oop?
What is the difference between ienumerable and iqueryable?
What is a singleton unity?
What is stringreader in c#?
How many classes are there in classification?
How do I enforce const correctness in c#?
How can we make a thread sleep for infinite period ?
what are pointer types in c#
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Why do we use interfaces in c#?
How many parameters can a method have c#?