Domanda di colloquio di Optimiza

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

Risposta di colloquio

Anonimo

7 ago 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.