Static Member:

A class member designated as static. A static data member declares a class variable – a variable associated with the class itself rather than with any instance of the class.