Videos
How is it ?? How hard would it get to improve your ratings if I start using java ?
Noob programmer here and I've recently taken an interest in Java. Been playing around with a bit and enjoying it overall. I started with C and kind of liked the procedural approach to problem solving but wanted something a bit more modern (you know, with strings and such) and Java is satisfying that.
One question I've been having however is whether or not Java is limited in any way by its heavy use of OOP compared to other languages that have a more multi-paradigm approach. Are other programming paradigms able to be used in Java, and if so is it common? Are different paradigms just different ways of organizing code and approaching problems from different angles? Or does Java's heavy use of OOP meaningfully limit in some ways compared to other languages/paradigms?
I'm not critiquing OOP so much as I am just curious whether or not its a limitation of the language in certain scenarios. Thanks.