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 string interpolation in c#?
What is the difference between method overriding and method overloading?
Why do we use constructors in c#?
List the fundamental oop concepts?
Differentiate between the public and private ?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is application object in c#?
What is the difference between “out” and “ref” parameters in c#?
How many keyword present in C# language ?
How to use delegates with events?
Why do we use abstract class in c#?
What is ado c#?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
How big is an int in c#?
Are c# strings null terminated?