Re: Are all uses of "this" legal in a constructor?
Posted By:
Luigi_Viggiano
Posted On:
Wednesday, June 13, 2001 06:06 AM
When the constructor block get executed the object is already created so it's safe.
Re: Are all uses of "this" legal in a constructor?
Posted By:
Luigi_Viggiano
Posted On:
Wednesday, June 13, 2001 06:06 AM
When the constructor block get executed the object is already created so it's safe.