KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoLearning to program in rustprogramming.devvideomessage-square49fedilinkarrow-up1309arrow-down13
arrow-up1306arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square49fedilink
minus-squarebestboyfriendintheworld@sh.itjust.workslinkfedilinkarrow-up1·18 hours agoOOP also has object ownership hierarchy structures. Which object owns which other object, is a question always worth answering.
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up1·12 hours agoHmm, not sure, if I’ve heard of it. I’m guessing, we’re not talking about simply drawing a UML class diagram…? Is it for figuring out which object will have to clean up which other objects, in non-GCed languages?
OOP also has object ownership hierarchy structures. Which object owns which other object, is a question always worth answering.
Hmm, not sure, if I’ve heard of it. I’m guessing, we’re not talking about simply drawing a UML class diagram…? Is it for figuring out which object will have to clean up which other objects, in non-GCed languages?