2
Reply

where do we use interfaces

sindhu ramya

sindhu ramya

17y
4.7k
0
Reply
    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