1 Feb
2000
1 Feb
'00
11:27 p.m.
My question concerns the arrangement of ZClasses derived from other ZClasses I've defined. <pre> If I have: product ZMyProduct class ZMyClass defined in ZMyProduct class ZMyChildClass based on ZMyClass, also in ZMyProduct class ZMyGrandChildClass bases on ZMyChildClass, also in ZMyProduct I end up with one product, ZMyProduct, with three ZClasses defined in it. Is this the correct way to this kind of thing? Is there a way to prevent the product from getting cluttered with ZClass definitions? </pre> Thanks. -- bob