Question d’entretien chez Antra

What is interface in java

Réponse à la question d'entretien

Utilisateur anonyme

15 mai 2020

Interface is a type of class. It is used to establish contract for service which would be implemented by any concrete derived class.