Question: For Python Program Pet Class _name (for the name of a pet) and Bird') Write a class named Pet, which should have the following data
Pet Class _name (for the name of a pet) and Bird') Write a class named Pet, which should have the following data attributes: . -anima1 type (for the type of animal that a pet is. Example values are "Dog', 'Cat', age (for the pet's age) The Pet class should have an_ init_method that creates these attributes. It should also have the following methods: set_name e set animal_type . set age e get_name e get_animal_type e get_age This method assigns a value to the _name field. This method assigns a value to the _animal_type field. This method assigns a value to the __age field. This method returns the value of the__name field. This method returns the value of the__animal type field. This method returns the value of the age field. Once you have written the class, write a program that creates an object of the class and prompts the user to enter the name, type, and age of his or her pet. This data should be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
