Override/Implement Members wizard
- Last Updated: February 19, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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:
| Tree view | Displays and lets you select data members in the class hierarchy that are eligible to be overridden or implemented. |
| Insertion position | Determines where the member code is inserted in the source file. |
| Generate comments | If checked, adds a comment block before the inserted member code. |
| Throw a Not Implemented exception | If selected, specifies that "METHOD NOT IMPLEMENTED" error code will be added to stubs for members implemented via interface and stubs for inherited abstract members. |
| Return default values | If selected, specifies that default return values will be added to stubs for members implemented via interface and stubs for inherited abstract members. |