5
Answers

what is the use of Interfaces?

Prashanth J

Prashanth J

7y
750
1
As we know in the interfaces we can declare the methods (No implimentation) for future needs.whenever we need we have to impliment that method by inherting that class.
 
But my doubt is why do we have to use interface concept.When ever we want a specific method we can declare according to that need with out using the inheritance concept.
Answers (5)