Computer Science, asked by dathoihrkp9u4ye, 1 year ago

what is interfaces in java ?

Answers

Answered by BrainlyPrincess
2
An interface is a reference type inJava. It is similar to class. It is a collection of abstract methods. 
Answered by manojracer
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
Similar questions