Collections In C Sharp

What is a Collection? Before we discuss this, let me tell you that Collection comes under Generic and Non- Generic classes. Thus, let’s first discuss Generic Class.Generic classes were introduced in C# 2.0. Through these classes, we can create the Collections, which are used to contain the data. Generic classes are used to provide the…