What are class level members?

Variables whose value is shared by all instances of a class.

Accessed via class name rather than class instance.