freddo@feddit.nu to Programmer Humor@programming.devEnglish · 2 months agoOOP at home:feddit.nuimagemessage-square89linkfedilinkarrow-up1344arrow-down115
arrow-up1329arrow-down1imageOOP at home:feddit.nufreddo@feddit.nu to Programmer Humor@programming.devEnglish · 2 months agomessage-square89linkfedilink
minus-squareHirom@beehaw.orglinkfedilinkarrow-up4arrow-down1·2 months 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.