Interfaces can be implemented. so wherever u need to implement u can use them. For ex: In claseses we can implement For ex: public class exInterface implements ICalculate { //class body }
Multiple Inheritance situvation