On Sunday, 12 May 2013 at 18:14:51 UTC, Maxim Fomin wrote:
On Sunday, 12 May 2013 at 17:31:22 UTC, SundayMorningRunner
wrote:
Hello, let's say I have the choice between using an abstract
class or an interface to declare a "plan", a "template" for
the descendants.
From
On Sunday, 12 May 2013 at 18:00:10 UTC, Diggory wrote:
On Sunday, 12 May 2013 at 17:31:22 UTC, SundayMorningRunner
wrote:
Hello, let's say I have the choice between using an abstract
class or an interface to declare a "plan", a "template" for
the descendants.
From
Hello, let's say I have the choice between using an abstract
class or an interface to declare a "plan", a "template" for the
descendants.
From the dmd compiler point of view, should I use the abstract
class version (so I guess that for each method call, there will
be a few MOV, in order to ex