Back to static
I have found out that all methods that are voids, or that you are going to use as menus can stay as static, and its only when you want to create an object that you instantiate them (get rid of the static).
I have found out that all methods that are voids, or that you are going to use as menus can stay as static, and its only when you want to create an object that you instantiate them (get rid of the static).
Comments
Post a Comment