in reply to Re: OO theory question
in thread OO theory question

so, to sum it up. 1 constructor that does just that, construct. 1 method to add a connection, and 1 final method which is called once that starts the main loop and gets everything running?

Replies are listed 'Best First'.
Re: OO theory question
by Abigail-II (Bishop) on Jun 09, 2004 at 20:46 UTC
    I'd start the main loop from the main program. Calling a method in a connection object (which one?) to start the main loop doesn't sound logical to me.

    Abigail