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 callback in c#?

477


How do I create a dbml file?

473


What is the diff between System.String and System.Text.StringBuilder classes?

521


What do you mean by sealed classes and static classes?

528


what is the purpose of using statement in c#

547






What is a private class in c#?

489


Why are strings immutable c#?

463


Why do we use classes?

494


What is int tryparse in c#?

509


What is access modifier in c#?

486


What is property in c#?

534


What is a console file?

477


What is difference between const and static in c#?

486


What is string pool in c#?

527


What is the use of oops in c#?

500