How to generate children methods from abstract classes?

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:

  1. Right click on the concrete class and select Open Specification from the popup menu
  2. Open the Operations tab
  3. Make sure “Show Inherited” is checked
  4. Select the method you want to generate and click Override.

image

Hope this helps.

Best regards,
Jick Yeung