Implemeting 2 interfsaces in a class with same method.Which interface method is overridden?

Posted by Jothi on Stack Overflow See other posts from Stack Overflow or by Jothi
Published on 2010-05-10T10:21:33Z Indexed on 2010/05/10 10:24 UTC
Read the original article Hit count: 212

Filed under:

2 Interfaces with same method names and signatures. But implmented by a single class then how the compiler will identify the which method is for which interface.

© Stack Overflow or respective owner

Related posts about interface