Is python really an OOP? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Is python really an OOP?

Python Language

13th May 2020, 1:58 PM
Swastidip Pal
Swastidip Pal - avatar
4 Réponses
+ 3
😀😀 yes yes sure it is really a oop
13th May 2020, 1:59 PM
Ayush Kumar
Ayush Kumar - avatar
+ 3
If you have any doubts, you can read this: https://realpython.com/python3-object-oriented-programming/
13th May 2020, 2:05 PM
Lothar
Lothar - avatar
13th May 2020, 2:11 PM
Abhay
Abhay - avatar
+ 2
This question is a bit like the one: "Is HTML really not a programming language?" Depending on how you lay out what an OOP language needs to have, you may come to a different answer. A pro would for example be that everything in Python is an object, even the 'primitive types', furthermore classes, functions, types... Cons would be for example that there's no encapsulation, and that Python doesn't enforce oop-style code (not everything has to be in a class).
13th May 2020, 2:06 PM
HonFu
HonFu - avatar