Is array reference type / value type?

Answer Posted / vasu

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.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a strong name in c#?

819


Why do we need constructor in c#?

506


what are the different ways a method can be overloaded?

524


What is the difference between arraylist and list in c#?

465


Which debugging tools you can use in the .NET ssSDK?

555






What is a shared assembly?

548


What are extensions in c#?

544


Why do we use Design Pattern in C#?

581


What is difference between web and window application?

406


What exception can an overridden method throw in comparison with the method it is overriding?

467


What is difference between encapsulation and abstraction in c#?

464


What is array class in c#?

466


How can an inner class access the members of outer class?

549


What are c# i/o classes?

571


Can we override interface methods in c#?

481