0
Ubiquitous use OOP is bad?
4 Réponses
+ 3
Simple answer: use it when you need to. If you have a code just to output something, I doubt creating an entire class is necessary (unless your job is to create the most confusing code in history). But if you are making a game with many monsters and heroes, it is better to use classes and OOP concepts. (Again, of course, unless your job is to create the most misleading and complex code history has to offer).
+ 4
your question is ambiguous
0
I mean that oop can simplify the writing of code, but it can also negatively affect its quality, and lately programmers will use it where it is not really in demand and it would be better to be without it
- 1
It should be used in every coding, it's better way to code, codes organised in systematically way.