/Animals

Some animal classes

Primary LanguagePython

Animals


image


Create Animals base on OOP


Animal parents class

Properties Methods
Name Move
Species Show
Edad Sound

Types of Class

This is a cild and parent in the same time

Class Aquatic
Fish
Starfish
Whale
Seal
Crab
Class Terrestrial
Cat
Dog
Goat
Rabbit

In this work we create the classes, choosing two of the animals assigned by class, either aquatic or terrestrial. For both animals, the requested properties and methods must be created. and for the end the code must show the chosen animals with their respective properties.


Authors