Pergunta de entrevista da empresa UBS

What does the "static" keyword mean?

Resposta da entrevista

Sigiloso

27 de fev. de 2018

The static keyword denotes that a member variable, or method, can be accessed without requiring an instantiation of the class to which it belongs. In simple terms, it means that you can call a method, even if you've never created the object to which it belongs!