+ 3
Which is good when it comes to OOPs? Java or Python
5 Answers
+ 5
Both are fine at OOP. They both get the job done but in different ways. Python for example allows you to use multiple inheritance whereas Java allows for stricter control of how things are inherited. Personally I prefer Python for this because you can do way more with it (particularly in Python 3.6) and it is way more flexible.
+ 2
Java
+ 2
Is OOP even desirable? Anyway, both are good, even if Java IS an OOP language in its core
+ 1
Java
+ 1
both.