Can you store multiple data types in System.Array?
Answer Posted / michael
No you can't ArrayList stores object. So if you use something like this
ArrayList arr = new ArrayList();
arr.Add(56);
arr.Add("ASDf");
you are still storing objects, 56 is object, ASDf is an object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how to parse a datetime string?
Is .net and c# the same?
What do u mean by delegation?
Can I get the name of a type at runtime?
Why delegates are type safe in c#?
What is the difference between hashtable and dictionary?
Explain About remoting and web services. Difference between them
Does c# do array bounds checking?
What is the difference between abstract class and interface in c#?
What is form feed and carriage return?
What is c# console application?
What is default access specifier for class in c#?
What are the boolean data types in c#?
What is the max value of int32 in c#?
Is learning c# hard?