I remember reading that with parameters are passed:
1. value for primitives, strings and one other
2. reference for objects
So, generally with constructors, you should do an assign if it takes any object parameters to prevent corruption of your object.
Is this correct?
1. value for primitives, strings and one other
2. reference for objects
So, generally with constructors, you should do an assign if it takes any object parameters to prevent corruption of your object.
Is this correct?