GeekInterview.com
Series: Subject: Topic:
Question: 235 of 460

Following are the collections in C#:

Skill/Topic: Advanced
A) structs
B) enum
C) dictionaries
Explanation: Ans. b & c. a isnt a collection .
Asked by: Interview Candidate | Asked on: Nov 27th, 2005

Editorial / Best Answer

Answered by: LordAlex

View all answers by LordAlex

Member Since Nov-2011 | Answered On : Nov 5th, 2011

All collections directly or indirectly should implement the ICollection interface or the ICollection(Of T) generic interface. If you check System.Array you will see ICollection interface in there. Correct answer is C, it doesn't matter that there are methods that can provide arrays of Names and Values. Because if you are reasoning like this, it means bject.ToString().ToCharArray() cause all classes are being collections.

Showing Answers 1 - 4 of 4 Answers
John Jiang

Answered On : Jul 4th, 2008

View all answers by John Jiang

enum is a value type.

  
Login to rate this answer.
kaciebird

Answered On : Jun 19th, 2009

View all answers by kaciebird

Both "struct" and "enum" are value types

  
Login to rate this answer.
LordAlex

Answered On : Nov 5th, 2011

View all answers by LordAlex

All collections directly or indirectly should implement the ICollection interface or the ICollection(Of T) generic interface.
If you check System.Array you will see ICollection interface in there.

Correct answer is C, it doesn't matter that there are methods that can provide arrays of Names and Values. Because if you are reasoning like this, it means bject.ToString().ToCharArray() cause all classes are being collections.

  
Login to rate this answer.
Sivavt

Answered On : Mar 27th, 2012

View all answers by Sivavt

C. Dictionary

Enum is not a collection but a distinct type like struct

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.