Freddo@feddit.nu to Programmer Humor@programming.devEnglish · 21 hours agoOOP at home:feddit.nuimagemessage-square41fedilinkarrow-up1222
arrow-up1222imageOOP at home:feddit.nuFreddo@feddit.nu to Programmer Humor@programming.devEnglish · 21 hours agomessage-square41fedilink
minus-squareHirom@beehaw.orglinkfedilinkarrow-up3·19 hours 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.