[✅SOLVED✅] Is Python object-oriented? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

[✅SOLVED✅] Is Python object-oriented?

I've seen multiple references to Python as an OOP language, then I've seen others saying it isn't.

29th Oct 2017, 12:13 PM
LunarCoffee
LunarCoffee - avatar
6 Réponses
+ 2
well i wouldnt say that... python has multiple paradigms. those are object-oriented, imperative, functional, procedural, reflective... so if you are not using classes you are not using the OOP paradigm
29th Oct 2017, 12:30 PM
Chrizzhigh
Chrizzhigh - avatar
+ 2
python does not enforce object oriented programming like java does but it is possible to program object oriented in it since it has everything from objects to inherting stuff ect
29th Oct 2017, 12:15 PM
Chrizzhigh
Chrizzhigh - avatar
+ 2
but i strongly suggest you to read into the definitions of those paradigms to understand why you cant classify python into one section
29th Oct 2017, 12:32 PM
Chrizzhigh
Chrizzhigh - avatar
+ 1
@Chrizzhigh So it's kinda just what you need it to be? Is there a name for that?
29th Oct 2017, 12:18 PM
LunarCoffee
LunarCoffee - avatar
0
mh...i dont know sorry haha i think not ?
29th Oct 2017, 12:25 PM
Chrizzhigh
Chrizzhigh - avatar
29th Oct 2017, 12:58 PM
Geiner Salcedo Salgado
Geiner Salcedo Salgado - avatar