Static
In relation to computing static usually means that something is unable to change.
In relation to Object Orientated Programming (OOP) static is used to refer to a variable or method that is used for multiple different objects. They can be called directly and do not need an object to be instantiated (created) using a class.