Question
There are multiple geometric shapes available. (Language Java) a. Your task is to organize the maximum number of shapes into appropriate level of inheritance. For
There are multiple geometric shapes available. (Language Java)
a. Your task is to organize the maximum number of shapes into appropriate level of inheritance. For example, all the squares are quadrilateral, and all the quadrilateral shapes are 2D shapes, and all the 2D shapes are shapes, just like that create a shape hierarchy.
b. Create a UML class diagram for all the shape hierarchy you created in step a. Your UML class diagram should represent all the structure of classes and the relationship between classes.
c. Explain the four basic OOP concepts in context of above shape hierarchy and highlight the advantage of using each of these OOP concept.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started