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
Wht executescaler method is used?
What is a float?
List some of the basic string operation?
What is dto c#?
How do I create a delegate/multicastdelegate?
How many classes are there in classification?
Explain about Threading Types.
What is the value which is accepted by all data types ?
What is file extension of webservices?
What is the difference between delegates and superdelegates?
What is the use of 'using' statement in c#?
What is executescalar in c#?
How do you declare an interface in c#?
Is array a list?
i want o/p 011242110 in c# code.