public class Sachertorte extends Kuchen { public Sachertorte() { beschreibung = "Sachertorte"; } public float preis() { return 4.0F; } }