Infor interview question

Can I assign value to the same string multiple times in C#? For example, string str = "Hello"; str = "Test"; Is this possible?

Interview Answer

Anonymous

19 Aug 2020

No.

5