cm0002@digipres.cafe to Rust@programming.dev · 14 hours agoInheritance in 🦀lemmy.mlimagemessage-square3fedilinkarrow-up133arrow-down110cross-posted to: [email protected]
arrow-up123arrow-down1imageInheritance in 🦀lemmy.mlcm0002@digipres.cafe to Rust@programming.dev · 14 hours agomessage-square3fedilinkcross-posted to: [email protected]
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up10arrow-down1·12 hours 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?