Hi,
I want to copy the value of object 1 into object 2.
I don't want reference of object 1 to refer to object 2.
I need to just copy object 1 value into object 2 and even if object 1 value is changed, it should not be updated in object 2.
Please suggest how this can be done?