Q. Which operator is used to access property of an object in PHP?
β
Correct Answer: (C)
->
Explanation: This question asks about how you "get into" an object in PHP to grab specific pieces of information, called "properties". Imagine an object like a box, and the properties are the things inside.