Is array reference type / value type ?
Answer Posted / albarhami
Array is a reference type because its getting stored in a
managed memory i.e a heap
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can constructor be protected?
Can partial class be inherited?
What is a static class in c#?
Where static variables are stored?
What is difference between string and string builder?
What is a hash table in c#?
What is the difference between list and arraylist in c#?
How does insertion sort work?
When should I throw an exception?
What is the use of tryparse in c#?
What is a dbml?
Why cannot you specify the accessibility modifier for methods inside the interface?
How Is The Dll Hell Problem Solved In .net?
What is object pool in .net?
What are the benefits of using generics?