<< §1.3.2.(d) Adding implemented interfaces | ↑ Table of Contents ↑ |
§1.3.2.(e) Visibility of inherited methods
When a role inherits non-public methods from a regular class (as its super class),
these methods are considered as private for the role, i.e., they can only be
accessed in an unqualified method call m()
using the implicit receiver this
.
<< §1.3.2.(d) Adding implemented interfaces | ↑ Table of Contents ↑ |