Can you store multiple data types in System.Array?
Answer Posted / harry
We Can Store Multiple datatypes in array by taking array as
object
Dim myarr(8) As Object
myarr(3) = "fff"
myarr(4) = 45645
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define a manifest in .net?
Ho we can see assembly information?
Can abstract class have private constructor c#?
what is IFormatable
What is the difference between delegates and events in c#?
How to exclude a property from xml serialization?
Is java better than c#?
What is assembly version series sequence?
How do you mark a method obsolete?
What is written in c#?
What is xml serializer?
Is datetime immutable c#?
Are classes passed by reference in c#?
What are callback methods in c#?
What are the 2 broad classifications of data types available in c#?