Héritage

Inheritance.

Besoin

Spécialiser un comportement.

Analyse

Polymorphisme.

Conception

Prototypal ou non

Implémentation

class <em>Subclass</em> <strong>extends</strong> <em>Superclass</em> {<br> }

Notes