Hacker News new | ask | show | jobs
by learn-forever 1427 days ago
Dealing with inheritance is pretty complex!
1 comments

Rust has traits (similar to interfaces). And limiting to single inheritance like Java/C#/etc. makes things quite manageable.