Is array reference type / value type ?
Answer Posted / narayansahu
array in .net is of reference type.It implements various
interfaces.also the array you create is automatically
derived from system.array class
| Is This Answer Correct ? | 86 Yes | 8 No |
Post New Answer View All Answers
What is parallel foreach c#?
Where are value types stored in c#?
What are annotations in c#?
Why we need get set property in c#?
What is dictionary and hashtable in c#?
What is difference between iqueryable and ienumerable in c#?
Is versioning applicable to private assemblies?
How do I do implement a trace and assert?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is difference between variable and property in c#?
Why do we need encapsulation in c#?
How to use the sreamReader class to read form a text file?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is difference between events and delegates?