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 a predicate in c#?
What do u mean by delegation of authority?
Distinguish between array and arraylist in c#?
What is difference between .net and c#?
What is a custom attribute?
Explain about finalize method?
What does executescalar return in c#?
What is func c#?
Structs are not reference types. Can structs have constructors?
What are the fundamental differences between value types and reference types?
What is int tryparse in c#?
Why is lazy loading?
What is xml document how do you open it?
What is a cshtml file?
What is float in unity?