Can you store multiple data types in System.Array?
Answer Posted / vishal shah
What payal has mentioned is absolutely right. Array doesnt
store different datatypes. but ArrayList can store
different types of datatype in a single object.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Define a manifest in .net?
Why do we need collections in c#?
What are the variables in c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What does void mean unity?
Can arraylist hold primitive types?
What is iformatprovider in c#?
Explain the working of serialization?
Explain About web methods and its various attributes
What is Event - Delegate?
If I want to override a method one of class A and in class b then how do you declare?
What is list array in c#?
What is an object and a class?
What are the access modifiers in c#?
Why do we use classes?