πŸ“Š Ruby
Q. What does the attr_accessor method do in Ruby classes?
  • (A) Defines only a reader method for class attributes
  • (B) Defines only a writer method for class attributes
  • (C) Defines constructor methods for class attributes
  • (D) Defines both reader and writer methods for class attributes
πŸ’¬ Discuss
βœ… Correct Answer: (D) Defines both reader and writer methods for class attributes

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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