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)
Create a simple program with a menu (user input and output, text in a console) to interact with one of the components that:
Instantiates an object from a class that has attributes and behaviors reflecting your design,
gets basic input from a user that fills in the attributes of your object,
displays basic info about your object and its behaviors,
A menu item that allows the user to quit the program; saying goodbye when selected,
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.
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!
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here