Re: <br> How to pass an instance of an private-accessed class into a method</br>
Posted By:
eimi_nos
Posted On:
Friday, August 2, 2002 02:35 PM
Unless a class is an inner class, it must have some non-private constructors. The class can be instantiated by calling one of those constructors.