Initial sharing of project

This commit is contained in:
2025-02-18 08:59:50 +01:00
commit 5b644264af
8 changed files with 224 additions and 0 deletions

24
Abschluss.java Normal file
View File

@@ -0,0 +1,24 @@
/**
* Beschreiben Sie hier die Klasse Abschluss.
*
* @author (Ihr Name)
* @version (eine Versionsnummer oder ein Datum)
*/
public class Abschluss extends Baumelement
{
// Attribute
/**
* Konstruktor für Objekte der Klasse Abschluss
*/
public Abschluss()
{
}
// weitere Methoden
}