cm0002@digipres.cafe to Rust@programming.dev · 5 days agoInheritance in 🦀lemmy.mlimagemessage-square3linkfedilinkarrow-up136arrow-down113
arrow-up123arrow-down1imageInheritance in 🦀lemmy.mlcm0002@digipres.cafe to Rust@programming.dev · 5 days agomessage-square3linkfedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up13arrow-down2·5 days agoRust doesn’t have inheritance like in traditional OOP languages because it doesn’t have virtual methods. You have to manually implement methods to delegate to base classes. Also what is this trash meme?
Rust doesn’t have inheritance like in traditional OOP languages because it doesn’t have virtual methods. You have to manually implement methods to delegate to base classes.
Also what is this trash meme?