Can you store multiple data types in System.Array?
Answer Posted / ann
no..we cant ..only similar data types in an array.
but we can store in ArrayList
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is a function c#?
What is a private method in c#?
Is c# good for web development?
What is generic types in c#?
Distinguish between array and arraylist in c#?
What are the properties of c#?
What are native methods?
What is the purpose of abstract class in c#?
What are callback methods in c#?
The int maps to which C# keyword in .NET type?
List the different stages of a thread?
Is string value type c#?
What do you mean by jagged array?
How do you sort a list in c#?
Why we use get set property in c#?