2026-06-06 16:24:39 +02:00
2026-06-06 16:24:39 +02:00
2026-06-06 16:24:39 +02:00

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.
Description
No description provided
Readme 29 KiB
Languages
Python 100%