'static' can also describe a class that has only one instance and you can't make instances of it. It can be used to make singletons to store variables.
noice thanks for the description
Yup! I've gotten so used to people asking about static bodies that I didn't even think to mention static classes or variables!