cm0002@digipres.cafe to Rust@programming.dev · 1 month agoInheritance in 🦀lemmy.mlimagemessage-square4linkfedilinkarrow-up136arrow-down115
arrow-up121arrow-down1imageInheritance in 🦀lemmy.mlcm0002@digipres.cafe to Rust@programming.dev · 1 month agomessage-square4linkfedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up15arrow-down2·1 month 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?