class Bil extends Kjoretoy { public Bil(String regNr, String merke, String modell, double hastighet){ super(regNr, merke, modell, hastighet); } }