Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can you store multiple data types in System.Array?

Answer Posted / suyash

ideally we don't,, but we can....
we can do this by declaring object in array which can be
used for different data types!!!

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I do implement a trace?

1159


How can you use abstract class and interface?

1225


What is a partial method?

1012


What is an extension method in c#?

1033


Is c# lazy thread safe?

943


How do I create a delegate/multicastdelegate?

1061


What is an assembly in .net?

1036


Why do we use polymorphism in c#?

951


What is dependency in software?

990


How can i Spawn a Thread

950


What does return do in for loop?

973


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2299


What is the use of tuple in c#?

973


If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?

1048


What are partial types in c#?

955