Pregunta de entrevista de CGI

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

Respuesta de la entrevista

Anónimo

1 dic 2016

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

2