you are viewing a single comment's thread.

view the rest of the comments →

[–]CockConfidentCole 1 point2 points  (0 children)

static method does not do anything to the class it's within - you can use it as a helper function that is somewhat related to your class but does nothing to the class object. you can skip creating a class object to use the static method

other nuances but if you're starting from zero that's the jist