public interface FiskerInterface { public void kast(); public void fikkFisk(); public int hentAlder(); public String hentNavn(); }