+ 3
"It is a user defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class. A class is like a blueprint for an object."
- https://www.geeksforgeeks.org/c-classes-and-objects/