What are collections in c#?



What are collections in c#?..

Answer / Pushpendar Singh

Collections are a set of interfaces, classes, and methods provided by the System.Collections namespace in C# that facilitate the storage, organization, and manipulation of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between paramaterized constructor and copy constructor?

1 Answers   HCL,


What is session variable in c#?

1 Answers  


What is final keyword in c#?

1 Answers  


Does a class need a constructor c#?

1 Answers  


What is interpolation in programming?

1 Answers  


What is the use of thread join in c#?

1 Answers  


What is difference between internal and protected internal in c#?

1 Answers  


What do you mean by string objects are immutable?

1 Answers  


Name some properties of array.

1 Answers  


What is a virtual property. Give an example?

1 Answers  


What is typeof undefined?

1 Answers  


What is variable and its classification?

1 Answers  


Categories