public class PKW extends Fahrzeug { PKW(int pos, String fahrer){ super(pos,5, fahrer, "[X-X]"); } }