Pergunta de entrevista da empresa Amazon

What does the 'static' keyword mean in C++?

Resposta da entrevista

Sigiloso

22 de dez. de 2010

static is used to access methods/properties without any class instance and directly via class.

1