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
Explain streamreader/streamwriter class?
Can constructor have return type c#?
What are properties in c#. Explain with an example?
How can I create image pieces/sub image?
Explain the term inheritance in C#.
What is the function of the not null constraint?
What do you know about device context?
What is difference between private, protected, and public in C#?
Is everything an object c#?
What is better C# or VB.NET?
How to prevent the error while updating ui control from another thread?
What is whitespace in c#?
What is the difference between ienumerable and icollection?
Does unity require coding?
Describe a Struct ?