Can you store multiple data types in System.Array?
Answer Posted / payal mehta
No,we cannot store multiple datatype in Array.we can store
similar datatype in Array,but i think that we can store in
ArrayList class in c#.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What are partial classes and use of partial classes?
What is difference between array and collection?
What is c# most used for?
Can I do things in il that I can't do in c#?
How can I process command-line arguments?
What is AutoMapper in C#?
What is the default value of singleordefault?
Can struct have constructor c#?
How does aspect oriented programming work?
What is the output of TextWriterTraceListener redirected?
Why do we need delegates?
Whats an assembly? Describe the importance of assembly?
What are immutable types in c#?
Can we use "this" command within a static method?