What does the word"static"mean?
The result of the method is deterministic.
The result will be kept in memory with the instance of the object.
The method can be called without having to instantiate the class.
The method will not be modifiable by inheritance.