minus-squareSleepkever@lemm.eetoPython@programming.dev•Opinions: Do you feel Python is a more object-oriented or procedural language?linkfedilinkarrow-up4·11 days agoOOP not just inheritance. Object oriented programming starts with structuring things in objects, like the name suggests. It quickly has a place in anything more then a few hundred lines of code. linkfedilink
OOP not just inheritance. Object oriented programming starts with structuring things in objects, like the name suggests. It quickly has a place in anything more then a few hundred lines of code.