Pregunta de entrevista de Optimiza

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

Respuesta de la entrevista

Anónimo

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.