Multiple Inheritance. INPUT interface Car { int speed=60; public void distanceTravelled(); } interface Bus { ...