Question: How can you modify the copy of an object during a clone operation?
A
B
C
D
E
Put the logic in the object's constructor to alter the values
B
Implment your own function to do object copying
C
Implement the object's __clone() method
D
Implement __get() and __set() methods with the correct logic
E
Implement the __copy() method with the correct logic
Note: Not available