Examine the methods belonging to the object
Once you have created an object of your new class,
- Select it in the object
tree.
- Then select the methods tab below the object tree.
All new
methods that you added to the original class:
- Should now show up as tiles in the methods tab
- Ready to be dragged into the edit pane for inclusion in your code.
If you select the properties tab, all new variables
(properties) that you added
- Should show up as tiles in the properties tab
- Ready for use
in writing your program.