@snaggen@programming.dev to Programming@programming.devEnglish • 1 year agoThe Tragic Death of Inheritanceavivcarmi.commessage-square53fedilinkarrow-up1105arrow-down14
arrow-up1101arrow-down1external-linkThe Tragic Death of Inheritanceavivcarmi.com@snaggen@programming.dev to Programming@programming.devEnglish • 1 year agomessage-square53fedilink
minus-square@mrsgreenpotato@discuss.tchncs.delinkfedilinkEnglish1•1 year agoThanks for the explanation! I haven’t worked with Rust before, would these traits be an equivalent of C# interfaces?
minus-square@snaggen@programming.devOPlinkfedilink2•1 year agoTraits are similar to an interface, but with some differences. Here is a comparison with Java interfaces https://stackoverflow.com/a/69485860
Thanks for the explanation! I haven’t worked with Rust before, would these traits be an equivalent of C# interfaces?
Traits are similar to an interface, but with some differences. Here is a comparison with Java interfaces https://stackoverflow.com/a/69485860