public class Katt extends Dyr { public void purr() { System.out.println("prr"); } public String hentArt() { return "Katt"; } }