Can you store multiple data types in System.Array?
Answer Posted / lalit
We can store multiple data types in an ArrayList but not in
a System.Array.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is hashtable in c# with example?
Which attribute is used in order that the method can be used as webservice?
Can you have parameters for static constructors?
What is type safe code?
Can I define my own exceptions?
How many types of constructors are there in c#?
Explain the difference between boxing and unboxing.
Are structs value types or reference types?
What is inumerable?
Is list ienumerable c#?
What is the signature of a method?
What is uint c#?
What are actions in c#?
Why linq is having select clause at the end?
How do you comment in c#?