Add Constructors from Super Class wizard
- Last Updated: April 17, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The Override/Implement Members wizard helps you to:
- Locate inherited data members that you want to override.
- Satisfy the requirement to implement data members declared in interfaces implemented by the current class, and to implement inherited abstract members.
This wizard appears when you select . The following controls are available:
| Constructor list | Displays and lets you select constructor methods declared in the parent class from which the current class inherits. |
| Insertion position | Determines where the constructor code is inserted in the source file. |
| Generate method comments | If checked, adds a comment block before the inserted method code. |