static · one shared copy on the class
Employee.company
"Acme"
one box, shared by every employee
Employee.headcount
0
static method · changes the shared box
↑ changes Employee.company for all employees at once
instance fields · one copy per object
name
salary