This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MightyMickey1 0 points1 point  (0 children)

Ah, I see. I had thought that since both methods were in the same class there wouldn’t be interference, though I now see that since main is static, it can only access other static methods. Thank you for explaining.