Pergunta de entrevista da empresa Brightspot

What's the difference between an abstract class and an interface?

Resposta da entrevista

Sigiloso

23 de set. de 2020

An abstract class can implement methods where interfaces cannot have any implementation

1