Posted by Caroline Viger on September 27, 19100 at 22:28:46:
I don't understand why an object would want to refer to
itself (that's what "this" is for... right?) For
example, in UserIO, what does:
protected UserIO()
{
this (System.in, System.out);
}
do?
Thanks Caroline