I have a general question about static functions.
I am trying to look for a criteria that determines when a function must be declared as static into the privates.
Is it ok to say "if it does not use any of the class atributes it can/must go into static?
Thanks!
Last edited on