assignments/konstruktor.md aktualisiert

main
Ileyan Al Jaaf 2024-06-09 20:57:11 +02:00
parent d6876bafb9
commit 97c78db7a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Konstruktor?
# Konstruktoren
Erstellen Sie eine Klasse Person, die eine Instanzvariable `name` vom Typ String und
eine Instanzvariable `age` vom Typ int hat Implementieren Sie einen entsprechenden
Kostruktor, der die Instanzvariablen initialisiert.