public class Fisk extends Dyr { protected int vekt; protected boolean erLevende; public String hentArt() { return "Fisk"; } }