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
What is difference between assembly and namespace?
What is the difference between selection and projection?
Can you prevent a class from being instantiated?
What is parallel foreach in c#?
what is the difference between a struct and a class in c#?
What are anonymous functions in c#?
How can I get around scope problems in a try/catch?
What is string concatenation?
Can we override interface methods in c#?
List some of the basic string operation?
What are the types of parameters in c#?
What is method overriding in c#
What is cosole application?
Which operator cannot be overloaded in c sharp?
Which programming language is best for desktop applications?