Discussion :: Strings - C#
-
The string built using the String class are immutable (unchangeable), whereas, the ones built- using the StringBuilder class are mutable.
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment