↑ Table of Contents ↑ | §4.3.(b) Missing base call >> |
§4.3.(a) Syntax
The syntax for base calls is base.m()
,
which is in analogy to super calls.
A base.m()
call must use the same name and signature
as the enclosing method. This again follows the rule, that roles
should never explicitly use base names, except in binding declarations.
↑ Table of Contents ↑ | §4.3.(b) Missing base call >> |