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 difference between write and writeline?
How to transpose multi-dimensional array?
What is a generic in c#?
How can I process command-line arguments?
What is the advantage of dependency injection?
What's the difference between system.string and system.text.stringbuilder classes?
How can you access a private method of a class?
Is concurrent queue thread safe?
What is the use of list in c#?
Why are dynamic link library used over static one?
Is null c# operator?
Why do we need generics?
Is dictionary reference type c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
what is an exception in .net?