Hey there,
just a quick question about a thing I don’t really understand.
Lets say I have a list of objects.
I put all those objects in a second list and change some of their properties via that second list.
Will the properties be changed in the first list as well or does the second list contain “copies” of the original objects?
ty!