snaggen@programming.dev to Programming@programming.devEnglish · 1 year agoThe Tragic Death of Inheritanceavivcarmi.comexternal-linkmessage-square42fedilinkarrow-up116arrow-down11cross-posted to: [email protected]
arrow-up115arrow-down1external-linkThe Tragic Death of Inheritanceavivcarmi.comsnaggen@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square42fedilinkcross-posted to: [email protected]
minus-squaremrsgreenpotato@discuss.tchncs.delinkfedilinkEnglisharrow-up1·1 year agoThanks for the explanation! I haven’t worked with Rust before, would these traits be an equivalent of C# interfaces?
minus-squaresnaggen@programming.devOPlinkfedilinkarrow-up2·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