Implemeting 2 interfsaces in a class with same method.Which interface method is overridden?
- by Jothi
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.