What is copy Attribute
- This attribute is required for mutable objects.
- Copy attribute will specify that old value required to copy with new data.
- use this copy attribute when if you need the value of the object as it is at this moment, and you don’t want that value to reflect any changes made by other owners of the object.
- You will need to release the object when you are finished with it because you are retaining the copy.
- For More Information Please Visit
No comments:
Post a Comment