/* ============================================================ This is the "Karte" file from Author: Philipp Kotte written on: 05 / 10 / 2023 at: 23:28 ============================================================ */ package Domain.Karten; public abstract class Karte { // Statische Konstanten // Statische Attribute // Attribute des Ojektes // Konstruktoren // Statische Methoden // Getter und Setter // @Overrides // Public Methoden (öffentliche Methoden) // Private Methoden (Hilfsmethoden) }