Can you store multiple data types in System.Array?
Answer Posted / vishal shah
What payal has mentioned is absolutely right. Array doesnt
store different datatypes. but ArrayList can store
different types of datatype in a single object.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is a collection class in c#?
Explain 'structure padding'?
How can you access a private method of a class?
Explain about Threading Types.
What is the advantage of singleton class?
What does args mean in c#?
What can we do to handle multiple exceptions?
Is c# a backend language?
What is lazy in c#?
what is c# command?
What is arraylist c#?
Is dictionary a collection?
Why data types are important?
What is the default value of boolean variable?
Can a class be protected in c#?