Is string reference type / value type?
Answer Posted / akn
Everything not derived from System.ValueType is a reference
type.
So System.String is reference type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Is c# good for beginners?
What is a linq in c#?
What is the difference between abstract class and interface in c#?
What is inheritance c#?
How jit (just in time) works?
Should I use double or float?
Can derived classes have greater accessibility than their base types?
What is the difference between structure and class in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
How do I link two windows forms in c#?
In a memory when you Box and Unbox a value-type what happens?
What is view state c#?
What is pure abstract class in c#?
What sort algorithm does c# use?
what is the scope of anonymous type ?