Is array reference type / value type ?
Answer Posted / sajan
All array types are implicitly derived from System.Array,
which itself is derived from System.Object. This means that
all arrays are always reference types which are allocated on
the managed heap, and your app's variable contains a
reference to the array and not the array itself.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
What are managed providers?
What are custom exceptions in C#?
What is a custom attribute?
What are satellite assemblies? How will you get the different language strings?
What is the difference between writeline and write in c#?
Can we override interface methods in c#?
What is the difference between interface and functional interface?
Explain Direct CAST vs CType ?
Is type nullable c#?
What is sqldataadapter in c#?
How many types of serialization are there in c#?
What is using directive in c#?
What is datetime minvalue in c#?
What is the use of console readkey in c#?
What is int32 in c#?