Can you store multiple data types in System.Array?
Answer Posted / ann
no..we cant ..only similar data types in an array.
but we can store in ArrayList
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What are the methods in c#?
What is the difference between method parameters and method arguments. Give an example?
What is concatenation and when should it be used?
Does a class need a constructor c#?
Why abstract class can not be instantiated?
What are the differences between a class and a struct?
can you declare an override method to be static if the original method is not static?
What are the different types of constructors?
How to move to a state-related codebase?
What is a console application in c#?
How do I trim a space in c#?
Explain more on CLR
What is javascriptserializer c#?
What is the difference between protected and internal in c#?
Is comparable a functional interface?