Y
Hacker News
new
|
ask
|
show
|
jobs
by
learn-forever
1427 days ago
Dealing with inheritance is pretty complex!
1 comments
al_mandi
1425 days ago
Rust has traits (similar to interfaces). And limiting to single inheritance like Java/C#/etc. makes things quite manageable.
link