Is dictionary a collection?



Is dictionary a collection?..

Answer / Jeet Kamal Mehra

Yes, Dictionary is a collection in C#. It is a collection of key-value pairs that allow efficient storage, retrieval, and manipulation of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

int a = '3' + '4'; char n = (char)a; What will be answer of n?

4 Answers  


What is the default value of object in c#?

1 Answers  


Why do we need generics?

1 Answers  


What do you mean by jagged array?

1 Answers  


Can we inherit private class in c#?

1 Answers  


How To Maintain Transaction In C#?

1 Answers   Phoenix Technologies,


What is the purpose of namespace in c#?

1 Answers  


What is parameterized constructor?

1 Answers  


what is a callback function?

4 Answers  


What is hash c#?

1 Answers  


how to sort an array in c#

1 Answers   Cognizant,


What is helper method in c#?

1 Answers  


Categories