An Array is a Ref Type? what about the array elements which
are value type(int,Float...etc)?
Answer Posted / vibz
the array elements are boxed to Object type internally.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is generic in c#?
Which is better interface or abstract class in c#?
What is a private method in c#?
What are sessions in c#?
Can you inherit multiple classes in c#?
What is executescalar in c#?
If I want to override a method one of class A and in class b then how do you declare?
What is the difference between dynamic and var in c#?
Can abstract class have constructor c#?
What do you mean by winforms in c#?
Explain the difference between // comments, /* */ comments and /// comments?
What is an arraylist in c#?
What is the difference between dataset and datatable in c#?
what is partial assembly reference
What is wpf c#?