public class Opgave { public void udfør() { // noget kode her til at udføre opgaven // ... System.out.println("Opgave udført."); } }