Answer Posted / nagarjunareddy.s
collection classes in c#.net is data structors this data
structors are hold the data in diffrent way for flexible
operations
this collection classes are derived from i collection and i
list ,ienumerable,idictionary interfaces..
in .net version 1.0 having different type of collection classes
this are all defined with in system.collection namespaces
main imp classes
array list,hash table,stack,queue
in the above collection classes support diff way to data
storing and retrieving
in .net 2.0 having different type of collection classes this
classes are define under system.collection.generic namespce
imp classes
list --this is corresponding to array list
dictionay--this is corresponding to hashtable
stack nad heap --this are corresponding to same stack and
heap collection classes in the system.collection namespace
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between abstract and abstraction?
Distinguish between system.string and system.text.stringbuilder classes?
Is var a data type?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What are collections in c#?
What are the differences between a class and a struct?
what is the difference between convert.tostring() and tostring() functions ?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What are the Features in .net framework 1.1
How does array sort work?
How many types of polymorphism are there?
Why do we still see so much non-oo code written in c# today?
What is a variable in c#?
What is difference between array and collection?
Illustrate race condition?