C# Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2112 Page Views: 

Is it possible to store multiple data types in System.Array object?



Posted By: Avi Date: 15 October 2009 04:15:56 AM
 Answer:

No


Posted By: eTechPlanet


Date: 15 October 2009 04:15:56 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image B5xCsW
Related Questions
C# : How do you mark a method obsolete in C#?

How do you mark a method obsolete in C#?

[Obsolete] public int MethodName() {...} OR [Obsolete(\"This is a message describing why this....
Category: C# Date: 10/30/2009 6:54:21 AM
C# : Is it possible to override private virtual methods?

Is it possible to override private virtual methods?

It's not possible to declare a method as 'private virtual'. So overriding private virtual method doe....
Category: C# Date: 10/28/2009 5:36:41 AM
C# : What is the use of "fixed" statement in C#?

What is the use of "fixed" statement in C#?

The "fixed" statement prevents the garbage collector from relocating a movable variable. T....
Category: C# Date: 10/28/2009 5:25:18 AM
C# : Will finally block get executed if the exception had not occurred?
C# : Which class can be used to perform data type conversion between .NET data types and XML types?