inherited

Calls inherited behavior from a parent implementation.

Target language

Signature

1inherited->methodName(...)

Calls inherited behavior from a parent implementation.

inherited is part of the core language syntax. inherited belongs to the object model. Use type constraints to document the value you expect and member syntax when behavior naturally belongs to an object.

Parameters

...
Additional values may be supplied after the earlier arguments.

Examples

Basic call

1inherited->onCreate
The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.