OOP COurse :: In composition, the composed object has complete, unshared ownership of the constituent object. This means that no-one beside the composed object can access it. To have this control, the composed object must itself create the constituent object, and not simply assign a reference to an existing object (as with association).
Read the full article to learn how to Create a Deep Copy of a Delphi Object
Related:
Comments
No comments yet. Leave a Comment

