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
Is friend a constructor?
What is orm in c#?
When was .net linq added?
What are virtual destructors?
How many keyword present in C# language ?
Where do we set the min and max pool size for connection pooling?
What is the difference between gettype and typeof in c#?
What is the difference between a variable and a literal?
What is lazy class in c#?
What do you mean by saying a "class is a reference type"?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
List down the differences between public, static and void keywords?
Define a class and an object?
What is the difference between func and action delegate?
From which base class do all Web Forms inherit from?