22
Inheritance in 🦀
(lemmy.ml)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
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?