<< §1.3.2.(b) Inheriting and overriding the extends clause | ↑ Table of Contents ↑ | §1.3.2.(d) Adding implemented interfaces >> |
§1.3.2.(c) Constructors and overridden 'extends' 
Each constructor of a role class that overrides the extends clause of its
implicit super-role must invoke a constructor of this newly introduced
explicit super-class. Thus it may not use a tsuper
constructor
(see §2.4.2).
<< §1.3.2.(b) Inheriting and overriding the extends clause | ↑ Table of Contents ↑ | §1.3.2.(d) Adding implemented interfaces >> |