Can you store multiple data types in System.Array?
Answer Posted / satyadarshi
No,we cannot store multiple datatype in Array.we can store
similar datatype in Array.
Is This Answer Correct ? | 39 Yes | 17 No |
Post New Answer View All Answers
What is the system namespace?
What is the difference between the debug class and trace class? Documentation looks the same.
How main method is called in c#?
What is Implementation inheritance and interface inheritance?
What is encapsulation in csharp?
What is difference between association, aggregation and inheritance relationships?
Classes and structs can be declared as static, is this statement true or false?
How can it prevents DLL Hell assembly versioning in .NET?
Is c# an open source?
What does m mean in decimal c#?
What to implement on my class Finalize or IDisposable
Is exe is machine dependent?
What is dynamic object in c#?
Can enum have methods c#?
How many digits are in an integer?