Respuesta :

W0lf93
The static method applies in this situation. A static method does not require the class to be instantiated in order to run and is not bound to the object of the class. A static method is associated with a class and is only in the outer class.