Pergunta de entrevista da empresa Optimiza

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

Resposta da entrevista

Sigiloso

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