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 is signature c#?

495


Is c# static or dynamic?

504


What is an assembly in .net?

576


What are the different types of literals in c#?

509


What is the usage of OLE?

588






how encapsulation is implemented in c#

643


What is difference between function and method in c#?

464


What are some examples of desktop applications?

504


How do I know if executenonquery is successful c#?

451


What is CASPOL?

609


What is class and object c#?

489


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

514


Why do we need delegates?

497


What is garbage collector and where should you use in .NET?

517


In a memory when you Box and Unbox a value-type what happens?

543