public class Start { public static void main(String[] args) { Vehicle.testVehicle(); Car.testCar(); Aircraft.testAircraft(); } }