Why we prefer oops instead of making functions normally please give me a great answer I am confused about it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why we prefer oops instead of making functions normally please give me a great answer I am confused about it

Python3

4th May 2022, 6:36 PM
Suraj Joshi
2 Answers
+ 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.
4th May 2022, 7:14 PM
Black Winter
+ 1
Thanks
5th May 2022, 12:14 AM
Suraj Joshi