Q:

Which of the following are true for prototype pattern

0

Which of the following are true for prototype pattern


  1. A clone is a copy of an object
  2. When values stored in an entity (including references) are reproduced in the copy, the copy operation is said to be shallow
  3. In contrast, a copy operation is deep when copies are made of all referenced entities in the original composite, and references to the new entities are placed in the copy
  4. All of the mentioned

Answers

D. All of the mentioned

total answers (1)