Object Oriented Programming in Python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Object Oriented Programming in Python

How important is OOP in Python? Can one do without it?

26th Mar 2018, 2:55 AM
Ludenyo Wangia
Ludenyo Wangia - avatar
1 Resposta
+ 3
OOP is one of many programming paradigms, which, put simply, is a way of writing code. Everyone has their own preferred style of writing code, it just so happens that OOP is the most common since it's easy to learn and understand at the same time. You can do without OOP, since Python supports several programming paradigms such as Imperative, Functional, Procedural and Reflective.
26th Mar 2018, 3:04 AM
apex137
apex137 - avatar