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 does break do in loop?
Name the method of servicebase class?
Can interface inherit class in c#?
write a program to find the biggest palindrome in the given string
What is the extension of c# file?
Can we have multiple threads in one app domain?
What is difference between .net and c#?
What is interface inheritance in c#?
What is the purpose of constructor in c#?
When is a class declared as a class abstract?
How can you reference current thread of the method ?
What is lazy in c#?
What is view model in c#?
Can derived classes have greater accessibility than their base types?
What is difference between singleton and static class in c#?