Class:
A class is the core of any modern Object Oriented Programming language such as C#.
In OOP languages, it is must create a class for representing data.
Class is a blueprint of an object that contains variables for storing data and functions to performing operations on these data.
Class will not occupy any memory space and hence it is only logical