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
How to handle exceptions that are raised in a component?
What are scriptable objects?
What is the CTS, and how does it relate to the CLS?
What are desktop applications examples?
Can c# inherit multiple classes?
What are the new features in c# 2.0?
Can you have parameters for static constructors?
What is the use of getcommandlineargs() method in c#.net?
What is the difference between struct and class c#?
Why c# is called c sharp?
What is difference between continue and break in c#?
What is difference between list and ilist in c#?
Which constructor is called first in c#?
What is difference between string and string builder?
What is different between Static Constructor and Private Constructor?