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
Why do we Need of static class in c#?
2. What happened when BO object has been called?
What is .cshtml file?
What is marshalling in c#?
What is string method in c#?
What is a delegate? Explain.
Can we inherit private class in c#?
What is the difference between string and string in c#?
What is difference between private and protected in c#?
What's difference between constants and static readonly?
What are the value types in c#?
How a two-dimensional array declared in C#?
Is list a collection c#?
What is icollection in c#?
can multiple catch blocks be executed for a single try statement?