Can you store multiple data types in System.Array?
Answer Posted / srivathsan
i guess you cannot do that in a list too. because an array
list is also type safe.
eg:
List<int> arraylist = new List<int>();
the arraylist can contain only integer items.You cannot
store an item that is not an integer type in the arraylist.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is definition in c#?
What is fcl in c#?
Why c# is called type safe language?
What is a c# delegate?
Where is the main method in c#?
What is a base class in C#?
Is null in c#?
What is asp net c# corner?
How objects are stored in memory?
Why is c# a good programming language?
Is class reference type c#?
What is different about switch statements in c#?
What is the max value of int32 in c#?
Which are access modifiers available in c#?
What does args mean in c#?