Examveda

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

A. To define constructor methods for class attributes

B. To define only a writer method for class attributes

C. To define both reader and writer methods for class attributes

D. To define only a reader method for class attributes

Answer: Option C


Join The Discussion

Related Questions on Inheritance and Polymorphism in Ruby

What is polymorphism in OOP?

A. The ability to hide implementation details

B. The ability to restrict access to certain methods

C. The ability for objects of different classes to be treated as objects of a common superclass

D. The ability to create multiple instances