Tell me how Symbol is different from variables?

Submitted by: Muhammad
Symbol is different from variables in following aspects

☛ It is more like a string than variable
☛ In Ruby string is mutable but a Symbol is immutable
☛ Only one copy of the symbol requires to be created
☛ Symbols are often used as the corresponding to enums in Ruby
Submitted by: Muhammad

Read Online Ruby Developer Job Interview Questions And Answers