Frage im Vorstellungsgespräch bei Easy Dynamics

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

Antwort im Vorstellungsgespräch

Anonym

24. Sept. 2018

An interface is like skeleton code where nothing is really implemented while a class is the concrete code and often implements an interface.

1