Examveda

What is the purpose of the attr_reader method in Ruby classes?

A. To define getter methods for class attributes

B. To define setter methods for class attributes

C. To define both getter and setter methods for class attributes

D. To define private methods for class attributes

Answer: Option A


Join The Discussion

Related Questions on Object Oriented Programming (OOP) Concepts in Ruby