Extension vs defender methods

Neal Gafter neal at gafter.com
Sun Nov 13 15:15:33 PST 2011


On Sun, Nov 13, 2011 at 1:08 AM, Llewellyn Falco <isidore at setgame.com>wrote:

> the "standard" naming for interfaces w/non-abstract methods is: "an
> abstract class"
>

Abstract classes (but not interfaces) may have state, and interfaces (but
not abstract classes) may be multiply inherited.  So they are not the same
thing.


More information about the lambda-dev mailing list