t1a13-extend-class-by-leelin.html


Example Parent Class (`myAnimal`)

Example Extending Class (`myCat`)

The `myCat` class extends `myAnimal`, overrides `myShow`, and adds `myStatus`.

... Output appears here ...