Is string reference type / value type?
Answer Posted / guest
Simple types (such as float, int, char), enum types and
struct types are all value types.
Note that many types (such as string) appear in some ways
to be value types, but in fact are reference types. These
are known as immutable types
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is parameterized constructor?
What is binding in c#?
Is string nullable c#?
Explain async and await?
What is difference between destructor and finalize?
Perfect Example Of While And Do-While Loop In C#.Net ?
What is interface inheritance in c#?
Is c# and c same?
What is linq c#?
What is delegates in c#?
What is the process of delegation?
What is a must for multitasking
Which namespace is required to implement trace ?
What method is used to sort the elements of the array in descending order?
How the versioning applies to Assemblies or can you explain version numbers?