Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Animal objects
Python Code Challenge
147 -
Create a class Animal with a method speak that takes in a string argument and prints the string to the console. Create subclasses Cat, Dog, and Horse and override the speak method in each subclass to print the corresponding animal's sound.
Python
Object Oriented Programming