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
Explain the difference between // comments, /* */ comments and /// comments?
Explain briefly the difference between value type and reference type?
Explain inheritance in c#?
What is the name of c# compiler?
Is java better than c#?
What are the types of delegates in c#?
Explain the three test cases in unit testing?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
Can you declare struct members as protected?
What are data types with examples?
How do you achieve polymorphism in c#?
What is data dictionary in c#?
What is default value of bool in c#?
What is the use of flag in c#?
What is difference between the "throw" and "throw ex" in .net?