Why .NET String is immutable? [duplicate]

As we all know, String is immutable. What are the reasons for String being immutable and the introduction of StringBuilder class as mutable?

13 Answers
13

Leave a Comment