DHStudent.java und Person.java debugged
TestKlasse.java fertig bis zu Aufgabe 4.3 c)
This commit is contained in:
@ -9,7 +9,7 @@ public abstract class Person {
|
||||
/**
|
||||
* Klassenvariable zur Zählung aller erstellten Personen
|
||||
*/
|
||||
private static int anzahl = 0;
|
||||
protected static int anzahl = 0;
|
||||
|
||||
/**
|
||||
* Name der Person
|
||||
|
Reference in New Issue
Block a user