79191271

Date: 2024-11-15 06:25:11
Score: 1
Natty:
Report link

Just remove the line Creature::printInfo();

explanation: by invoking Creature::printInfo() inside overriden printInfo you are calling the base class function inside the overriden function, so it is printing twice

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dimitre L