All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)If you have a method in a class that does not access any members and therefore does not need an object to operate, make it static. If additionally, it is a private helper function that is not needed outside of the file, make it a file-static function. That hides the symbol completely.
 h Brazilian Portuguese (pt-br)Se você possui um método em uma classe que não acessa nenhum membro e, portanto, não precisa de um objeto para operar, torne-o estático. Se, além disso, for uma função auxiliar privada que não é necessária fora do arquivo, torne-a uma função estática do arquivo. Isso esconde o símbolo completamente.