public class Motorrad extends Fahrzeug { Motorrad(int pos, String fahrer){ super(pos,2, fahrer, "=-="); } }