Q. Which PHP keyword makes a property accessible only within the same class?
β
Correct Answer: (C)
private
Explanation: private limits access to the same class only.