Is string reference type / value type?
Answer Posted / charlie
In this part of the C# docs, a string is explicitly named
as a reference type:
http://msdn.microsoft.com/en-us/library/490f96s2.aspx
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the main usage of keyword “virtual†? How does it work for a method or property?
How do you name a variable in c#?
Can we inherit private members of class in c#?
What does void do in c#?
Can struct inherit from class c#?
Can abstract class instantiated c#?
How do you read an Excel sheet in C#?
Can the nested class access, the containing class. Give an example?
Can a class have multiple constructors c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
How to sort an int array in c#?
How many types of polymorphism are there?
What are the 3 logical operators?
What is type checking in c#?
What are handlers in c#?