Which one of the following statements is true ?
class CopyMe {} $first = new CopyMe(); $second = $first;
A.In PHP 4: $second and $first are 2 distinct objects
B.In PHP 5: $second and $first are 2 distinct objects
C.In PHP 4: $second and $first refer to one object
D.None of the mentioned
Answers
Answered by
0
______✨ HEY MATE ✨______
➡️Option (A) In PHP 4: $second and $first are 2 distinct objects is the right answer ✔️
➡️Option (A) In PHP 4: $second and $first are 2 distinct objects is the right answer ✔️
Answered by
4
heya !
your answer is option A " In PHP 4: $second and $first are 2 distinct objects"
hope this helps you
your answer is option A " In PHP 4: $second and $first are 2 distinct objects"
hope this helps you
Similar questions
Math,
6 months ago
Math,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago
English,
1 year ago