This program has something superfluous in its implementation. It's something related to constructors, and can be automatically added by the compiler. Your task is to simplify the code by removing all constructors and calls of superclasses' constructors that are created and added automatically.
The simplest code: part 2
- 4
Locked
Comments (2)
- Popular
- New
- Old
You must be signed in to leave a comment
Andrew
31 January 2019, 17:13
This exercise has a typo: NakedCat nakedCoco = simka.shave();
Should be coco.shave();
0
Roman
1 February 2019, 06:49
Thank you, we will fix it.
0