Is array reference type / value type ?
Answer Posted / narayansahu
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 ? | 86 Yes | 8 No |
Post New Answer View All Answers
What is the use of constructor in c# with example?
Can we override constructor in c#?
What is the namespace for datatable in c#?
Explain about CTS?
What is boxing & unboxing?
Why do canadians say zed?
Illustrate the process of code compilation in c#?
What are constants in c#?
What is the use of properties window?
How many dimensions can an array have?
Why do we need encapsulation in c#?
How do I format a string in c#?
What is the difference between a function and a method?
What does void do in unity?
What is the difference between Static, Const and read only?