0 votes
in C Sharp by
What is a collection?

1 Answer

0 votes
by

A collection works as a container for instances of other classes. All classes implement ICollection interface.

...