Are numeric objects mutable in ruby?
Answer / Omendra Singh
Numeric objects in Ruby are immutable. Once created, they cannot be changed. However, new instances with different values can be created.
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you freeze an object in ruby?
Do you know about dig, float and max?
What is ruby class?
What is rvm?
What is the difference between extend and include?
What is the difference between calling super and calling super()?
Please explain what is mvc and why do we use it?
Tell me how would you freeze an object in ruby? Can you provide a simple example?
Explain ruby strings.
What are the only two values that are falsy?
Is ruby a dying language?
How do you handle exceptions in ruby code?