Q. Which of the following is NOT true about class methods?
β
Correct Answer: (D)
They can modify instance state directly.
Explanation: Class methods modify class-level data, not instance-level state.