Q43
______clone() is run on the _______ object.
A.
original
B.
pseudo
C.
external
D.
copied
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
__clone() is run on the copied object and not the original.