class Car { data direction; data position; data speed; method Steer(); method PressGasPedal(); method PressBrake(); }