Can you store multiple data types in System.Array?
Answer Posted / ramu
If you want to store multiple data types use Hashtable.
In array you cannot store multiple data types.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is private in c#?
How does the clr work?
What is namespace in oop?
What are the advantages of interface in c#?
what are implementation inheritance and interface inheritance?
What is enumerable in c#?
Why delegate is used in c#?
What is an escape sequence? Name some string escape sequences in c#.
Why do we need to override in c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
What is task parallel library?
Which of these statements correctly declares a two-dimensional array in c#?
Can non-default constructors be used with single call sao?
Is list ienumerable c#?
What is the difference between hashtable and dictionary?