Freddo@feddit.nu to Programmer Humor@programming.devEnglish · 1 day agoOOP at home:imagemessage-square50linkfedilinkarrow-up1239arrow-down113
arrow-up1226arrow-down1imageOOP at home:Freddo@feddit.nu to Programmer Humor@programming.devEnglish · 1 day agomessage-square50linkfedilink
minus-squareHirom@beehaw.orglinkfedilinkarrow-up3·1 day agoSeparating data structure from implementation has benefits. In languages with classic OOP classes and objects, it’s often necessary to write wrappers or adapters to allow new operations on existing objects. This adds overhead and require more code.
Separating data structure from implementation has benefits.
In languages with classic OOP classes and objects, it’s often necessary to write wrappers or adapters to allow new operations on existing objects. This adds overhead and require more code.