Answer Posted / sowjanya
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you escape in c#?
What is difference between value and reference types in C#.NET
What is different about switch statements in c#?
What is a linked list c#?
How many bits is int32?
Why do we use readonly in c#?
Explain the ways to deploy an assembly?
How can I process command-line arguments?
What is anonymous class in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
How do you sort a list in c#?
what is an exception in .net?
How does split work in c#?
Is dll a library?
Can private virtual methods be overridden in c#.net?