44 | | * All `Animal` can also be created with only a `mass`. |
45 | | * If an `Animal` is created without a `name`, it's name is set to `Steve` by default. |
46 | | * All `Animal` now also have a `setName` method which sets their `name`. |
47 | | * All `Animal` can `printInformation`, which prints information on the specific animal. |
| 44 | * All animals can also be created with only a `mass`. |
| 45 | * If an animal is created without a `name`, it's name is set to `Steve` by default. |
| 46 | * All animals now also have a `setName` method which sets their `name`. |
| 47 | * All animals can `printInformation`, which prints information on the specific animal. |