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

  • (A) To define only getter methods for class attributes
  • (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
πŸ’¬ Discuss
βœ… Correct Answer: (A) To define only getter methods for class attributes

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
222
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate