Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Tasks : Writing ABL code : Writing object-oriented code : Adding constructors from a super class
 
Adding constructors from a super class
The object-oriented extensions of the ABL enable you to overload constructors from a super class. To do so:
1. Choose Source > Add Constructors from super class to launch the Add Constructors from Super Class wizard.
2. Select the constructors to overload from the list of available constructors in the super class.
3. Click Generate. The constructors are added to the code at the specified insertion position.
Note: This option is disabled if the super class includes no constructors with parameters.