Re: why cann't i make an explicit call to the constructor...
Posted By:
gopi_namani
Posted On:
Tuesday, January 22, 2002 12:25 PM
In first case you are invoking the default constructor and in the later case the constructor with integer doesn't exist thats why it is giving an error.