Can you store multiple data types in System.Array?
Answer Posted / ajeet singh
yes, we can store different data type in System.array.
for do this we have to create the array of OBJECT type.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we store different data types in arraylist in c#?
What is Asynchronous call and how it can be implemented using delegates?
Why do we need delegates in c#?
Are arrays immutable c#?
Explain how can you clean up objects holding resources from within the code?
Can you inherit from a sealed class?
Differentiate between the public and private ?
what are the contents of an assembly ?
What is a function c#?
Can we create instance of private class in c#?
How do you clear a list in c#?
What are the types in c#?
Is it possible to have a static indexer in c#? Allowed in c#.
Which is faster dictionary or list?
What are anonymous functions in c#?