Vidyalelo
Ruby Programming · Q29

Object Oriented Programming (OOP) Concepts in Ruby

Programming · Ruby Programming · question 29

Q29

In Ruby, what is the purpose of the attr_reader method in a class?

A.
To define only getter methods for class attributes
Answer
B.
To define only setter methods for class attributes
C.
To define both reader and writer methods for class attributes
D.
To define constructor methods for class attributes

Answer: Option A

Solution

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