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

Join The Discussion