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 difference between code access and role based security?
What is the difference between abstract class and interface in c#?
What is a private method in c#?
What are the different types of constructors in c#?
What are Types of assemblies that can be created in dotnet
Define an abstract class?
Explain the types of Polymorphism.
What is mvc pattern in c#?
Explain the difference between “as” and “is” operators used in c#?
What does exclamation mark mean in access query?
What is the best dependency injection c#?
Why do we need static in c#?
Why is hashset faster?
What are predicates in c#?
Does c# support templates?