May 25, 2014 at 6:07pm
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!
May 25, 2014 at 6:34pm
Last edited on May 25, 2014 at 6:41pm