Vidyalelo
Ruby Programming · Q57

Advanced Topics in Ruby

Programming · Ruby Programming · question 57

Q57

What is the purpose of the attr_accessor method in Ruby?

A.
It creates only a setter method for a class attribute
B.
It creates getter and setter methods for a class attribute
Answer
C.
It creates a private attribute for a class
D.
None of the above

Answer: Option B

Solution

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