Sollicitatievraag bij Optimiza

from the interview what is the difference between abstract class and interface?

Antwoord op sollicitatievraag

Anoniem

7 aug 2018

in the abstract class, we can create methods, fields and abstracted method. while in the interface we can only create abstracted methods. and you can inherit multiple interfaces but only one class.