cm0002@digipres.cafe to Rust@programming.dev · 1 day agoInheritance in 🦀lemmy.mlimagemessage-square3fedilinkarrow-up136cross-posted to: rust@lemmy.ml
arrow-up136imageInheritance in 🦀lemmy.mlcm0002@digipres.cafe to Rust@programming.dev · 1 day agomessage-square3fedilinkcross-posted to: rust@lemmy.ml
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up13·1 day 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?