Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sinnvoller Ablauf für new im KOnstruktor #6

Open
jneug opened this issue Mar 10, 2025 · 0 comments
Open

Sinnvoller Ablauf für new im KOnstruktor #6

jneug opened this issue Mar 10, 2025 · 0 comments

Comments

@jneug
Copy link

jneug commented Mar 10, 2025

Wie geht man am sinnvollsten bei der Konstruktion von Objekten vor, die im Konstruktor weitere Objekte erstellen. Eigentlich sollte die Referenz des Attributs des neu erstellten Objekts auf das Objekt verweisen, das im Konstruktor erstellt wird. Allerdings muss ich (bisher) immer erst eine lokale Variable anlegen, bevor ich die Referenz richtig setzen kann.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant