class Bil extends Motorvogn { private int antSeter; public Bil(String s, String regNr, int antSeter) { super(s, regNr); this.antSeter = antSeter; } }