interface ErPerson { String hentNavn(); int hentAlder(); void skrivPerson(); }