Vidyalelo
PHP · Q43

Object Oriented Concept

Programming · PHP · question 43

Q43

______clone() is run on the _______ object.

A.
original
B.
pseudo
C.
external
D.
copied
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
__clone() is run on the copied object and not the original.