Please help with this PYTHON program: Implement inheritance and polymorphism to complete this program: Design a Python class for a complex object (car, house, computer, being, container structure)...


Please help with this PYTHON program:


Implement inheritance and polymorphism to complete this program:




  1. Design a Python class for a complex object (car, house, computer, being, container structure)




  2. Create a simple program with a menu (user input and output, text in a console) to interact with one of the components that:




    1. Instantiates an object from a class that has attributes and behaviors reflecting your design,




    2. gets basic input from a user that fills in the attributes of your object,




    3. displays basic info about your object and its behaviors,




    4. A menu item that allows the user to quit the program; saying goodbye when selected,




    5. Note: Be sure to use a loop to get back to the menu after finishing an item (other than quitting) to ask the user what to do next.






  3. Include a comment near the top of your driver's source file that describes a few tests that would show the program working correctly if you did them




Thank you!



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here