Question d’entretien chez Antra

What is a class What is an interface Basic programming questions

Réponse à la question d'entretien

Utilisateur anonyme

28 août 2019

All java code is defined in the class. Class includes method and variable. Interface: multiple inheritance cannot be achieved in java, so using interface overcome this issue. An interface can only have method declaration, but no method implementation.