cm0002@digipres.cafe to Rust@programming.dev · 12 小时前Inheritance in 🦀lemmy.mlimagemessage-square3fedilinkarrow-up132arrow-down19cross-posted to: [email protected]
arrow-up123arrow-down1imageInheritance in 🦀lemmy.mlcm0002@digipres.cafe to Rust@programming.dev · 12 小时前message-square3fedilinkcross-posted to: [email protected]
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up1·edit-212 小时前Deref works on top of encapsulation though. Inheritance syntactically hides the encapsulation, with Deref it’s in the clear. It’s true that it feels like inheritance, but I’m grateful for it. Otherwise it would be a pain to use the windows API.
Deref works on top of encapsulation though. Inheritance syntactically hides the encapsulation, with Deref it’s in the clear.
It’s true that it feels like inheritance, but I’m grateful for it. Otherwise it would be a pain to use the windows API.