protected

This commit is contained in:
testuser
2023-05-02 10:10:30 +02:00
parent 2997444f4e
commit 20b92e5fb5

View File

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