Examveda
Examveda

In Ruby, what does it mean to "freeze" an object?

A. Prevents further modifications to the object's state

B. Locks the object's methods so they cannot be overridden

C. Forces the object to release all resources allocated to it

D. Prevents the object from being garbage collected

Answer: Option A


This Question Belongs to Ruby Programming >> Advanced Topics In Ruby

Join The Discussion

Related Questions on Advanced Topics in Ruby

What is a singleton class in Ruby?

A. A class that can have only one method

B. A class that is used to define methods for a single object

C. A class that can have only one subclass

D. A class that can have only one method