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
How can you prevent escaping on backslashes in C# with string definitions?
What is default boolean value in c#?
Can you inherit from a sealed class?
How many bytes is a char c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is a cs file?
What is static classes?
Define method overloading in c#?
Which are access modifiers available in c#?
What is the purpose of dictionary in c#?
Describe how a .net application is compiled and executed
in object oriented programming, how would you describe encapsulation?
Does c# support multilevel inheritance?
Are c# tuples immutable?
how to print invert pyramid in c#