Question d’entretien chez PASS

What is an interface?

Réponse à la question d'entretien

Utilisateur anonyme

3 mai 2021

An interface is used to achieve multiple inheritance in java. it has common methods that can me implemented by many class that requires the common functions.