protected

This commit is contained in:
testuser
2023-05-01 14:12:15 +02:00
parent 3d5aad915c
commit f5494d09d4

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