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
What does it mean?
What is a streamwriter in c#?
How to parse a date time string?
What is the role of the datareader class in ado.net connections?
Which of the following API is used to hide a window?
What are the benefits of using windows services:
What are class fields?
What is Inheritance in C#?
Distinguish between finally and finalize blocks?
Can a abstract class have a constructor?
Are c# strings null terminated?
Is it possible to inline assembly or il in c# code?
Why do we use readonly in c#?
What is var c#?
What are the steps for creating clr trigger