public class SibirKatt extends Katt { private int pelstykkelse; public String hentArt() { return "Sibirkatt"; } }