Domanda di colloquio di Brightspot

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

Risposta di colloquio

Anonimo

23 set 2020

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

1