I wanted to know why can't you hold instances of a class in a variables -> why does it have to be a reference. That's a bit problematic because if I want to store a object in a two variables it any changes made to the object will change the values of my variables. Is there a way around it ?
thanks,