Hellfire103@lemmy.ca to Programmer Humor@programming.devEnglish · 1 day agoTIFU by not using objects in my object-oriented programming courseworklemmy.caimagemessage-square23fedilinkarrow-up194arrow-down14
arrow-up190arrow-down1imageTIFU by not using objects in my object-oriented programming courseworklemmy.caHellfire103@lemmy.ca to Programmer Humor@programming.devEnglish · 1 day agomessage-square23fedilink
minus-squareKache@lemm.eelinkfedilinkarrow-up1·edit-212 hours ago inheritance to avoid code duplication What no, inheritance is not for code sharing Sound bite aside, inheritance is a higher level concept. That it “shares code” is one of several effects. The simple, plain, decoupled way to share code is the humble function call, i.e. static method in certain langs.
What no, inheritance is not for code sharing
Sound bite aside, inheritance is a higher level concept. That it “shares code” is one of several effects.
The simple, plain, decoupled way to share code is the humble function call, i.e. static method in certain langs.