Examveda

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

A. To create only getter methods for instance variables

B. To create only setter methods for instance variables

C. To create both getter and setter methods for instance variables

D. To create instance methods

Answer: Option A


This Question Belongs to Ruby Programming >> Classes And Objects In Ruby

Join The Discussion

Related Questions on Classes and Objects in Ruby