Pergunta de entrevista da empresa Garmin

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

Resposta da entrevista

Sigiloso

3 de mai. de 2011

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

1