Q9
What does the attr_accessor method do in Ruby classes?
A.
Defines only a reader method for class attributes
B.
Defines only a writer method for class attributes
C.
Defines constructor methods for class attributes
D.
Defines both reader and writer methods for class attributes
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board