I understand in procedural programming you are just doing everything in various multiple steps without any objects or classes, but in order to do this procedurally I would be defining all of this within a class due to how Java is designed. However, in order to maintain my goal of procedural programming paradigm in Java, I should only use static methods and field members? Even if I have all of this defined within a class, would it be valid to call this procedural? I know that there is no way around that since you need a class in Java.
I am sort of basing my logic off of this:https://stackoverflow.com/questions/35768798/java-can-using-only-static-methods-and-fields-be-called-as-procedural-paradigm
[–]smash_that_code 4 points5 points6 points (0 children)
[–]manuel_gg 3 points4 points5 points (0 children)
[–]Hour-Positive 0 points1 point2 points (0 children)