Garmin Interview Question

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

Interview Answer

Anonymous

May 3, 2011

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

1