Vidyalelo
Ruby Programming · Q9

Modules and Mixins in Ruby

Programming · Ruby Programming · question 9

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board