[Pdx-pm] Poll: traits

chromatic chromatic at wgz.org
Sat Nov 19 12:27:39 PST 2005


On Sat, 2005-11-19 at 12:18 -0800, Marvin Humphrey wrote:

> Would it be fair to describe a Trait as a base class that doesn't  
> allow its methods to be overridden without an explicit directive?

I hope not.  You shouldn't have to inherit from a trait to perform that
trait.  (You should have to declare that you intent to perform that
trait, but that's a different story.)

-- c



More information about the Pdx-pm-list mailing list