PreviousNextIndex

THIS-OBJECT statement

A statement that invokes an overloaded constructor as the first statement in another overloaded constructor within the same defining class.

Syntax

THIS-OBJECT ( [ parameter [ , parameter ] ... ] ) 

( [ parameter [ , parameter ] ... ] )
Note

If you invoke an overloaded constructor in the defining class using THIS-OBJECT, if the constructor that you invoke does not, itself, invoke another overloaded constructor in the defining class, it must invoke a constructor in the immediate super class, either implicitly or explicitly using the SUPER statement.

See also

CONSTRUCTOR statement, Parameter passing syntax, SUPER statement, THIS-OBJECT system reference


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex