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 is difference between float and decimal?
Explain the difference between a sub and a function in c#.
How many root nodes are there in an xml document?
How to exclude a property from xml serialization?
Can interface have virtual methods in c#?
What is iformatprovider in c#?
what is the difference between interface and multiple interface?
What is the difference between hashtable and dictionary in c#?
What is the difference between Object and class adapters?
What is orm in c#?
What is an abstract class c#?
Which technology is best for desktop application?
What is different between Static Constructor and Private Constructor?
What is a Managed Code??
What Is The Difference Between The System.array.copyto() And System.array.clone()?