Friday, October 29, 2010

Implementing Two interface having the same method signature in the same class

I was searching for how to implement two interfaces having the same method, and I found this nice article by Sandeep P R describing this.