Can you store multiple data types in System.Array?
Answer Posted / suyash
ideally we don't,, but we can....
we can do this by declaring object in array which can be
used for different data types!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define sealed classes in c#?
Are structs value types c#?
Why do we use yield in c#?
How to get the sum of last 3 items in a list using lambda expressions?
What is the main purpose of delegates in c#?
Can we have multiple threads in one app domain?
Which program construct must return a value?
Name some properties of array.
What is the difference between “finalize” and “finally” methods in c#?
What is system predicate?
Can you declare a field readonly?
What do you mean by for each loop?
What is pure abstract class in c#?
Can we inherit partial class in c#?
What is the default scope of a class in c#?