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 reference c#?

648


How can you read 3rd line from a text file?

637


Can we have only “try” block without “catch” block in c#?

540


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

606


Is java better than c sharp?

604






How the versioning applies to Assemblies or can you explain version numbers?

669


What is the object class in c#?

568


What is string literal in c#?

595


Is vs as c#?

595


What is decimal in c#?

582


What's the difference between the debug class and trace class? Documentation looks the same.

577


Name the method of servicebase class?

619


Difference between Value type & reference types ? and give the example in .Net?

612


What Is A Multicast Delegate?

630


Why data types are important?

600