Can you store multiple data types in System.Array?
Answer Posted / lalit
We can store multiple data types in an ArrayList but not in
a System.Array.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why ref is used in c#?
What is Inheritance in C#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Can a child class call the constructor of a base class?
Explain the use of Mutex in C#?
What is semaphore in c#?
Why do we need interfaces in c#?
What is a trace and asset? Explain some differences?
What is boxing & unboxing?
What are the return types in c#?
What does this keyword mean in c#?
Explain about Threading Types.
Difference between Value type & reference types ? and give the example in .Net?
Which is faster list or dictionary in c#?
Why dependency injection is used in c#?