[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can achieve runtime polymorphism by subclassing, and defining methods in the subclass that match the names of existing methods in the superclass. Following FreeM inheritance rules, the overridden method in the subclass will be called, and the method in the superclass will not.
Note that the overridden method in the subclass can take a different set or number of arguments than the formallist of the superclass method would specify.
This document was generated on May 5, 2025 using texi2html 5.0.