RE: Multi-Level Subclassing

Author: Gene Wirchenko, genew@shuswap.net

Posted: 1999-09-10 at 12:59:26

>>What do you mean by one-off classes?

>

> A class is a template from which objects are created. If you have a class

>which is only ever used by one other instance/subclass, chances are that a

>re-design is in order. IOW, it probably looked like a class when it was

created,

> but subsequent development has indicated otherwise.

I do it all the time! My forms are all one-offs. I subclass them off

my main forms handling classes and add PEMs to taste.

What I don't do is subclass off of these one-offs.

Sincerely,

Gene Wirchenko

genew@shuswap.net

Computerese Irregular Verb Conjugation:

I have preferences.

You have biases.

He/She has prejudices.

©1999 Gene Wirchenko, genew@shuswap.net