What are the collection classes ?

Answer Posted / sudhir sheoran

.Net framework provide specialized class for data storage
and retrieval called collection classes.
They provide support for list,array,stack,queue,hash table.
Mostly they are derived from ICollection,IEnumerable, Ilist,
IDictionary interfaces.
They are defined under system.collections

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you use c# for?

486


What is a generic class?

521


What is IL / CIL / MSIL?

653


What does break do in loop?

486


Describe the overview of clr integration.

487






How can you set image source dynamically from c# application to ”test.png” file?

633


Why do we use classes?

494


What is xml document how do you open it?

564


Explain the Abstract class in c#.net

547


What are nested classes in c#?

545


Explain about ODP.net

797


Are all methods virtual in c#?

533


What is session variable in c#?

557


What is the difference between Singleton design pattern and Factory design pattern?

549


What is interpolation in programming?

482