Hi,
I’m using the last version of VP. I wanted to know if there is a way (once you wrote abstract methods in abstract classes) to “automatically” write this methods in children concrete classes ?
Thanks.
Hi Aurelien,
Thank you for your post. To generate operations based on the abstract methods defined in the super class, try this:
- Right click on the concrete class and select Open Specification from the popup menu
- Open the Operations tab
- Make sure “Show Inherited” is checked
- Select the method you want to generate and click Override.
Hope this helps.
Best regards,
Jick Yeung