Can you store multiple data types in System.Array?
Answer Posted / ramu
If you want to store multiple data types use Hashtable.
In array you cannot store multiple data types.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do I create a multi language, multi file assembly?
How many types of polymorphism are there?
What is activator c#?
Can abstract class be sealed in c#?
Why do we use polymorphism in c#?
What are "class access modifiers" in C#?
What is 8 bit signed integer?
Is null in c#?
Is c# a backend language?
What is c# best for?
What is object type in c#?
What is the use of iqueryable in c#?
What is an ienumerable in c#?
How do we achieve encapsulation in c#?
how dot net compiled code will become platform independent?