Q. Which access modifier allows access only within the same class?
β
Correct Answer: (C)
private
Explanation: private members are accessible only inside the class.