Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~3K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for night_sky32

In your examples, you call the function from within the class. I think the static/nonstatic decision only matters if calling from outside the class. Then it really depends whether it makes sense for the function to be independent of any particular object. (i.e. an instance of the object.)

Member Avatar for getnit
0
3K

The End.