Question d’entretien chez IBM

Q: Explain the difference between an abstract class and an interface in Java.

Réponse à la question d'entretien

Utilisateur anonyme

17 nov. 2025

I explained that abstract classes can have both abstract and non-abstract methods, while interfaces contain only abstract methods (before Java 8). I also mentioned that interfaces support multiple inheritance, unlike abstract classes