Class:

A group of objects that share common properties and relationships. In C++, a class is a new data type that contains member variables and member 0 functions that operate on the variables. A Class is defined with the keyword class.