This commit is contained in:
testuser
2023-05-02 10:14:56 +02:00
parent d9c0ab0b44
commit ad74d38973

View File

@@ -9,7 +9,7 @@ public class KONTO
{
// Instanzvariablen - ersetzen Sie das folgende Beispiel mit Ihren Variablen
private String IBAN;
protected int kontostand;
private int kontostand;
/**
* Konstruktor für Objekte der Klasse KONTO