public interface Apporterende{ // Printer ut det "noe" public void hentNoe(String noe); //Printer ut det "dyret" public void hentDyr(Dyr d); }