How does a symbol differ from a string?
How does a symbol differ from a string?
Short answer: symbols are immutable and reusable, retaining the same object_id.
Be prepared to discuss the benefits of using symbols vs. strings, the effect on memory usage, and in which situations you would use one over the other.
Comments
Post a Comment