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
What is parsing?
What is scope c#?
State the top.NET class that everything is derived from?
What's the difference between a static method and a non static method c#?
Difference between value and reference type. What are value types and reference types?
Is string nullable in c#?
Is a dll an assembly?
What is the difference between an integer and int?
What are the types of parameters in c#?
What is default boolean value in c#?
Is dictionary a collection?
How do I create a multi language, multi file assembly?
What does == mean in c sharp?
What is overloading with example?
What is private class in c#?