Computer Science, asked by cuttybeauty8281, 1 year ago

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 Anonymous
0
______✨ HEY MATE ✨______

➡️Option (A) In PHP 4: $second and $first are 2 distinct objects is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️
Answered by StarGazer001
4
heya !

your answer is option A " In PHP 4: $second and $first are 2 distinct objects"

hope this helps you
Similar questions