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.