Can you store multiple data types in System.Array?

in C#, VB.NET or any other .Net Language can you store multiple data type objects in array?

Kirti
Views: 4224 | Community Opinion: 2

Tags..  C# interview  .Net Framework  .Net interview  VB.NET interview

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Arun Said..

NO. It is not possible.
Microsoft.Net framework Array is a collection of same data type objects. So it is not possible for any .Net language to store multiple data type objects in System.Array




vivek k Said..

No, Array is accepting a similar kind of datatype.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: