public class Car extends Vehicle
speed, time, x
Car(int x)
int
move(int t)
stop()
accelerate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Car(int x)
public int move(int t)
move
Vehicle
public int stop()
stop