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
Is list ienumerable c#?
Can a loop recorder detect a heart attack?
What are anonymous functions in c#?
Please explain value types and reference types used in c#?
How do you serialize an object?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Can we declare private class in c#?
list the steps in code compilation in c#?
What is the difference between int16 and int32 in c#?
Are c# constructors the same as c++ constructors?
Define multicast delegate? How it be used?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Can int be null in c#?
Explain About Iunknown interface Queue