Which of the following statements best describes the purpose of the attr_accessor method in Ruby classes?
A. It defines only a reader method for class attributes
B. It defines only a writer method for class attributes
C. It defines constructor methods for class attributes
D. It defines both reader and writer methods for class attributes
Answer: Option D

Join The Discussion