you are viewing a single comment's thread.

view the rest of the comments →

[–]Vulptex[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Actually Java is the only one I can think of that forces OOP on you. However if OOP is available the so-called "best practices" tell you to use it for everything, and treat that as dogma.

Still, I have yet to see any case where OOP solves problems procedural code couldn't handle just as well.