PPE2/README.md
2026-06-06 16:24:39 +02:00

211 B

The Animal base class sets up the name attribute.

  • The Cat class inherits from Animal so it automatically gets the name property.
  • I added the speak method to the Cat class to make it return a str.