public class Motorsykkel extends Kjoretoy { public Motorsykkel(String regNr) { super(regNr); this.antSeter = 1; } public Motorsykkel(String regNr, Sjaafor sjaafor) { super(regNr); this.sjaafor = sjaafor; } }