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 is reference c#?
How can you read 3rd line from a text file?
Can we have only “try” block without “catch” block in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
Is java better than c sharp?
How the versioning applies to Assemblies or can you explain version numbers?
What is the object class in c#?
What is string literal in c#?
Is vs as c#?
What is decimal in c#?
What's the difference between the debug class and trace class? Documentation looks the same.
Name the method of servicebase class?
Difference between Value type & reference types ? and give the example in .Net?
What Is A Multicast Delegate?
Why data types are important?