
Oct. 14, 2011
7:03 a.m.
Ron Adam wrote:
Class's are constructed top down. You create the framework and then fill in the parts.
Actually, they're not -- the class object is created *after* executing the class body! So this is a (small) precedent for writing things out of order when it helps. -- Greg