• static members
    • static variables
    • static methods
  • static members are not concerned with objects created from classes
    • they are directly related to the class
    • they are class variables and class methods

Reference