Frage im Vorstellungsgespräch bei Garmin

Does Java support multiple inheritance? Is there a way to simulate this?

Antwort im Vorstellungsgespräch

Anonym

3. Mai 2011

No, it does not, but using interfaces, it can be simulated.

1