If you have a function called pool().
This is the appropriate way to call pool().
Constructors can take three arguments.
If you want to have a constructor which takes three arguments,
you should not use void return type.
A suggestion:
we usually use capital letter for the first letter of a constructor.
(It is the same way as naming a calss)
and we use small letter for the first letter of a method .
so, a constructor and a method will not have the same name.
[ December 28, 2003: Message edited by: WY Hsiao ]
[ December 28, 2003: Message edited by: WY Hsiao ]