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
Why do we use void in c#?
In a memory when you Box and Unbox a value-type what happens?
What kind of the information stored inside the assembly?
What is the property of class?
What is fcl in c#?
How do switch statements work?
What is the implicit name of the parameter that gets passed into the class set method?
Is it good to use var in c#?
Define a manifest in .net?
What is connection pooling in ado.net?
what is the difference between .dll and .exe
What is yield return in c#?
What is the difference between method parameters and method arguments. Give an example?
Define acid rule of thumb for transactions in c#.
When should I throw an exception?