Q. In PHP, which operator is used to access property of an object?
β
Correct Answer: (C)
->
Explanation: This question asks about how you access parts of an object in PHP. Think of an object like a box with different things inside.