abstract class Hundedyr extends Pattedyr { Hundedyr(String navn) { super(navn); } }