What is the logic/reason behind making
String s= new String(\"Hello World\");
Illegal in C#? The error is
The best over
It would give the impression that the string is being cloned, but strings are immutable.