Inheritance from multiple interface with the same method name in C#
Posted
by masoud ramezani
on Stack Overflow
See other posts from Stack Overflow
or by masoud ramezani
Published on 2010-03-03T12:30:12Z
Indexed on
2010/04/24
17:23 UTC
Read the original article
Hit count: 132
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?
© Stack Overflow or respective owner