This commit is contained in:
Mr.B.
2023-05-01 14:14:43 +02:00
parent f5494d09d4
commit 2a581f2cd5

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