/* ============================================================ This is the "Zahlenkarte" file from Author: Philipp Kotte written on: 05 / 10 / 2023 at: 23:30 ============================================================ */ package Domain.Karten; public class Zahlenkarte extends Karte { /*------------------------------------------*/ // statische Konstanten /*------------------------------------------*/ /*------------------------------------------*/ // statische Attribute(zB. zähler) /*------------------------------------------*/ /*------------------------------------------*/ // Attribute jedes Objektes /*------------------------------------------*/ /*------------------------------------------*/ // Konstruktoren (default und spezifische) /*------------------------------------------*/ /*------------------------------------------*/ // statische Methoden /*------------------------------------------*/ /*------------------------------------------*/ // Getter und Setter /*------------------------------------------*/ /*------------------------------------------*/ // @Overrides /*------------------------------------------*/ /*------------------------------------------*/ // öffentliche Methodes /*------------------------------------------*/ /*------------------------------------------*/ // Hilfsmethoden (privat) /*------------------------------------------*/ }