Domanda di colloquio di CGI

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

Risposta di colloquio

Anonimo

1 dic 2016

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

2