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
What are the steps to create an assembly and add it to the gac?
What is an abstract class c#?
Why do we use dataset in c#?
How are delegates chosen?
How do I create a multilanguage, single-file assembly?
List down the access modifiers available in c#?
Can struct inherit from class c#?
How can we make a thread sleep for infinite period ?
Name the property of the textbox which cannot be changed at runtime?
Are objects passed by reference in c#?
What is the difference between structure and class in c#?
What is callback in c#?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
what is difference between destruct or and garbage collection ?
What are the Uses of CLR