Can you store multiple data types in System.Array?
Answer Posted / surya
No you can not. But if you use System.Collection.ArrayList
then you can store multiple data types in ArrayList but not
in case of System.Array.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is difference between ilist and list in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
Explain the difference between a namespace and assembly name in .net?
What is the difference between package and interface?
Describe the parts of assembly.
How are Windows programs different from normal C-programs?
What is the purpose of escape sequence?
Why abstract class can not be instantiated?
What is xml serializer?
Can interface inherit class in c#?
What is response redirect in c#?
How can I create image pieces/sub image?
What is toint32 c#?
Can interface have virtual methods in c#?
What is the interface in c#?