GC for noobs

Dicebot public at dicebot.lv
Thu Feb 27 05:31:42 PST 2014


On Thursday, 27 February 2014 at 13:18:51 UTC, Remo wrote:
> Then the question is why not use structs all the time?

Key class feature is run-time polymorphism (via 
interfaces/inheritance). I tend to use structs for everything 
else in my personal code.


More information about the Digitalmars-d-learn mailing list