Frage im Vorstellungsgespräch bei Salescode.ai

What is the difference between an abstract class and an interface in Java?

Antwort im Vorstellungsgespräch

Anonym

7. Okt. 2025

I explained that both are used for abstraction, but an interface defines a contract without implementation, while an abstract class can include both abstract and concrete methods.