class Hovedprogram { public static void main(String[] args) { Sau shaun = new Sau(); Bjorn paddington = new Bjorn(); Ulv veum = new Ulv(); Gris babe = new Gris(); shaun.spisPlante(1000); paddington.spisKjott(shaun); } }