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 does firstordefault mean in c#?
What is difference between singleordefault and firstordefault?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is xslt in c#?
What framework is used for performance testing/load testing?
What does question mark mean in c#?
What does this keyword mean in c#?
What is concrete class in c# with example?
What is getenumerator?
Explain inheritance in c#?
Can we declare private class in c#?
What is the use of table aliases?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
List the difference between the virtual method and the abstract method?
List down the different ide’s provided by microsoft for c# development.