What is collection of classes in c#?



What is collection of classes in c#?..

Answer / Suraj Kumar

In C#, a collection of classes refers to a grouping of objects that share similar properties and behavior. Collections are implemented by various data structures such as arrays, lists, queues, and dictionaries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are PE(Portable Executable)?

1 Answers   MCN Solutions,


What is static variable in c#?

1 Answers  


Explain the use of Mutex in C#?

1 Answers   Sans Pareil IT Services,


Is linkedhashset synchronized?

1 Answers  


Is concurrent queue thread safe?

1 Answers  


Write a syntax for writing a event delegate.

1 Answers  


Can you store multiple data types in System.Array?

20 Answers   Satyam, Siebel Systems,


Does c# support try-catch-finally blocks?

1 Answers  


If I want to override a method 1 of class A and in class b then how do you declare ?

4 Answers   MMTS,


Where static variables are stored?

1 Answers  


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

4 Answers  


What is iqueryable in linq?

1 Answers  


Categories