Brightspot interview question

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

Interview Answer

Anonymous

23 Sept 2020

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

1