The INHERIT directive specifies that a dummy argument is aligned in the same way as the actual argument, if the actual argument has been named in an ALIGN directive.
The INHERIT directive takes the following form:
The INHERIT directive causes the named subprogram dummy arguments to inherit the template of their corresponding actual arguments.
The INHERIT directive can appear only in the specification part of a scoping unit.
An INHERIT directive can be combined with other directives as part of a combined directive.
For More Information: