From: Luke Palmer <lop@duke.edu> To : Date: Mon, 8 Feb 1999 21:56:04 -0500
Okay, I sorta understand ReaderFactory, but what's the deal with the constructor being private? How can that work? Theoretically, if the constructor is private, then nobody can make an object of type ReaderFactory. what good is a class if you can't use it? i don't get it... thanks -luke