in reply to Re^5: OO manner of accessing static variables in a subclass?
in thread OO manner of accessing static variables in a subclass?

I did read the ootut, along with a lot of other tuts. :) I think I need to go back and re-read them now that I've got my hands quite a bit dirtier, and along with yours and the other monks' patient instruction, hopefully more of it will sink in.

In regards to the code itself, I'm close to finishing the cleanup, after which I will write the documentation, and post for review. At that point what I'm up to should be clear, and hopefully y'all can (gently) let me know about all of the millions of mistakes I'm sure I made. :)

Meantime, I got the data class cleaned up in the manner you described, and it's working with the main class just fine, so I feel that I've not only accomplished something, but learned some things as well, so thanks again!

  • Comment on Re^6: OO manner of accessing static variables in a subclass?