Peter N Lewis wrote:
b) a name in a parent object, with the same parameters (same by type anyway, the formal parameter name is not typically checked, although GPC typically requires the formal names to match), and must have "override"
The latter condition is a consequence of the fact that all methods are virtual. If we support/require `override' without all-methods-virtual in another dialect (mix), this condition wouldn't apply IMHO.
Frank