public class PKW extends Fahrzeug { PKW(int pos, String fahrer){ super(pos,4, fahrer, "[XX]"); } }