Answers

Question and Answer:

  Home  Ruby Developer

⟩ Can you please explain what is the difference between String and Symbol?

They both act in the same way only they differ in their behaviors which are opposite to each other. The difference lies in the object_id, memory and process tune when they are used together. Symbol belongs to the category of immutable objects whereas Strings are considered as mutable objects.

 194 views

More Questions for you: