Design and implement a set of classes that define a series of three-dimensional geometric shapes. For each, store fundamental data about their size and provide methods to access and modify this data. In addition, provide appropriate methods to compute each shape’s circumference, area, and volume. In your design, consider how shapes are related and thus where inheritance can be implemented. Create a main driver class to instantiate several shapes of differing types and exercise the behavior you provided.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.