python only
Question 1 (10 points) In this quiz you are required to code the required classes for the following UML diagram. You must ensure the following is implemented to get the full grade: . Inheritance is properly implemented Private instance "sides" variable with Setters and getters are implemented using decorators • The special string method for the Shape parent class should display, for example: Shape with X sides • The inherited string method should additionally display the name of the shape, for example: this is also known as Rectangle Main code that creates a single list of the three subclass shapes and prints their description strings using the classes special methods . Please submit/paste code here and also attach the program file. Shape -sides +draw() Triangle Rectangle Circle -sides sides sides +draw() draw +draw()
Question 1 (10 points) In this quiz you are required to code the required classes for the following UML diagram. You mus
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Question 1 (10 points) In this quiz you are required to code the required classes for the following UML diagram. You mus
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!