Garmin interview question

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

Interview Answer

Anonymous

3 May 2011

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

1