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