what is interfaces in java ?
Answers
Answered by
2
An interface is a reference type inJava. It is similar to class. It is a collection of abstract methods.
Answered by
2
here is your answer
An interface is a reference type in Java. It is similar to class. It is a collection of abstract methods. A class implements aninterface, thereby inheriting the abstract methods of theinterface. tq
An interface is a reference type in Java. It is similar to class. It is a collection of abstract methods. A class implements aninterface, thereby inheriting the abstract methods of theinterface. tq
Similar questions
Math,
9 months ago
Math,
9 months ago
English,
9 months ago
Business Studies,
1 year ago
Math,
1 year ago