Pergunta de entrevista da empresa CGI

What is the difference between an interface and an abstract class in Java

Resposta da entrevista

Sigiloso

1 de dez. de 2016

Interface only has method signatures, abstract classes can have method implementations

2