+ 2
Why we prefer oops instead of making functions normally please give me a great answer I am confused about it
Python3
2 Respostas
+ 2
Nowadays, both techniques are in use. Some languages like python or other full functional programming languages (like Clojure) support functional programming. I think oop is most prefered because it is easier in logic than functional. But functional programming is in growth. You can do the same things in both techniques. Functional for me is harder to understand its logic but if you do, then things become easy. Oop is easier to understand the logic, but in-depth, things become harder if you have to manipulate a big number of objects.
+ 1
Thanks