Why Strings Are Of Reference Type In Cnet #40
Why strings are of reference type in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Data Types, Variables and Operators - Char Types and String Literals - Quiz No.2.
Why strings are of reference type in C#.NET?
To create string on stack
To reduce the overall memory for strings
To overcome problem of stackoverflow
None of the mentioned