[fpc-pascal] Traits Proposal
Marco van de Voort
fpc at pascalprogramming.org
Sun Feb 14 19:45:53 CET 2021
Op 2021-02-14 om 13:30 schreef Michael Van Canneyt via fpc-pascal:
> I think the "performance implications" is more referring to memory
> management.
>
> Interfaces means an extra object per interface, so more objects on the
> heap with all the extra memory management that implies.
(not interfaces do, as they are just a contract, but delegation of
interfaces does)
More information about the fpc-pascal
mailing list