Is array reference type / value type?
Answers were Sorted based on User's Feedback
Answer / sharifuddin
Shiva U R Wrong
Array is a reference type and it is stored in Heap memory!
Reference types are:
object
class
delegate
interface
array
string
Is This Answer Correct ? | 26 Yes | 0 No |
Answer / suryaprakash
Array is reference type, this type stored in heap memory
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / lucky
To Sharifuddin,
Please correct if someone makes mistake...you don't have
any writes to shout on him.
Behave like a Professional
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / dharmendra nonia
array is reference type.it store the elements in heap memory
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / kumar vaibhav
array is reference type.it store the elements in heap memory
To Sharifuddin,
Agreed with Shiva, Sharifuddin-Please make sure you r here post your answer not to comment on other.If some one is incorrect you may correct him if you know the answer.Otherwise no need to embrace him on the public portal.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sowjanya
array in .net is of reference type.It implements various
interfaces.also the array you create is automatically
derived from system.array class
Is This Answer Correct ? | 0 Yes | 0 No |
what is unit testing
what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages?
Is array a collection c#?
What is difference between array and list in c#?
Explain About .NET Remoting and types of remoting
Explain the difference between .net and c#?
What are the 2 broad classifications of data types available in c#?
What happens if the inherited interfaces have conflicting method names?
What is visual c# net?
What are delegate methods?
If you donot specify an access modifier for a method, what is the default access modifier?
What is window application in c#?