in reply to Re: How do I make a constructor?
in thread How do I make a constructor?

Why the separate _init method?

the lowliest monk

  • Comment on Re: Answer: How do I make a constructor?

Replies are listed 'Best First'.
Re^2: Answer: How do I make a constructor?
by BaldPenguin (Friar) on Jul 06, 2005 at 05:10 UTC
    I do this same thing with the _init(). Basically I can use an inheritence and the constructor remains the same, the _init method can change with each child object. It just seems to keep things organized.

    Don
    WHITEPAGES.COM | INC

    Edit by castaway: Closed small tag in signature