Re: A few thoughts on inheritance

2002-08-26 Thread Michael G Schwern
On Sat, Aug 24, 2002 at 09:57:17PM -0400, Chris Dutton wrote: We are supposedly going to be able to set a class to be uninheritable. Err, I believe the result of that discussion was that unihertiable classes is a Bad Idea and very easy to work around using delegation. http:[EMAIL

A few thoughts on inheritance

2002-08-25 Thread Chris Dutton
We are supposedly going to be able to set a class to be uninheritable. Will we be able to set a single method or attribute to be uniherited by any subclasses? Please forgive me if this is one of the seven deadly OO sins. I haven't yet had any formal education with regards to