Posted by deciacco on 01/29/07 23:18
I have the following class structure and I'm wonder how best to put this in seperate files/folders instead of all in one file. Thanks! class A{ } class A1 extends A{ } class A2 extends A{ } class A3 extends A{ } class A1a extends A1{ } class A1b extends A1{ } class A1c extends A1{ } class A2a extends A2{ }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming