class Bil extends Kjoretoy { private int antHjul = 4; public Bil(String regNr, String merke){ super(regNr, merke); } }