Q. Which magic method is called when cloning an object?
β
Correct Answer: (A)
__clone()
Explanation: __clone() is triggered during object cloning.