KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 3 days agoLearning to program in rustprogramming.devvideomessage-square49linkfedilinkarrow-up1315arrow-down13
arrow-up1312arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 3 days agomessage-square49linkfedilink
minus-squarebestboyfriendintheworld@sh.itjust.workslinkfedilinkarrow-up1·2 days agoOOP also has object ownership hierarchy structures. Which object owns which other object, is a question always worth answering.
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up1·2 days 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?