InterviewSolution
Saved Bookmarks
| 1. |
How Does A Symbol Differ From A String? |
|
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. 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. |
|