Inheritance from multiple interface with the same method name in C#
- by masoud ramezani
If we have a class that inherits from multiple interfaces, and the interfaces have methods with the same name, how can we implement these methods in my class? How we can specify that which method of which interface is implemented?