[Solved] CMSC335 Week2-Related classes with a “Shape” theme

30 $

File Name: CMSC335_Week2-Related_classes_with_a_“Shape”_theme.zip
File Size: 508.68 KB

SKU: [Solved] CMSC335 Week2-Related classes with a “Shape” theme Category: Tag:

Or Upload Your Assignment Here:


In the project you will use Java Inheritance to create a series of related classes with a “Shape” theme. Before completing this exercise, be sure to review and try the Java class and inheritance examples and materials found in this free Safari resource:

https://learning.oreilly.com/library/view/java-the-complete/9781260440249/

You should focus on Chapters 6, 7 and 8.

If you have previously signed up for the Safari account you don’t need to sign-up again. Just use this link: https://learning.oreilly.com/accounts/login/?next=/library/view/temporaryaccess/

If you have not previously requested a Safari account follow the details on this page to sign-up for your Safari Account: https://libguides.umuc.edu/safari

You’ll need to sign in using your UMGC student email account. Once you sign in, you’ll have immediate access to the content, and you’ll shortly receive an e-mail from Safari prompting you to set up a password and complete your account creation (recommended).

Students: Your UMUC e-mail account is your username + @student.umuc.edu (example: [email protected]).

Note: Be sure to review is-a and has-a class relationships prior to starting this exercise as well.

Assignment Details

Design, implement and test a Java class Inheritance hierarchy that would satisfy the following is-a and has-a relationships:

  • A Shape is an object
  • A TwoDimensionalShape is a Shape
  • A ThreeDimensionalShape is a Shape
  • A Circle is a TwoDimensionalShape
  • A Square is a TwoDimensionalShape
  • A Triangle is a TwoDimensionalShape
  • A Rectangle is a TwoDimensionalShape
  • A Sphere is a ThreeDimensionalShape
  • A Cube is a ThreeDimensionalShape
  • A Cone is a ThreeDimensionalShape
  • A Cylinder is a ThreeDimensionalShape
  • A Torus is a ThreeDimensionalShape
  • A Shape has a NumberofDimensions
  • A TwoDimensionalShape has an area
  • A ThreeDimensionalShape has a volume

Note you should fill in additional methods and variables that make sense for each of the classes. Also some assumptions about shape types is appropriate and should be documented in the code and documents submitted. For example, type of triangle …

Create a command line driven menu that allows a user to construct each of the TwoDimensional and ThreeDimensional Shape subclasses. The menu should continue to loop prompting for a specific class and then prompt for appropriate input parameters. The values returned should be the volume or area as appropriate to the shape. Error checks should be in developed to make sure appropriate menu items and types of data were input and prompt the user to enter to correct data. An option to exit the program should be available as well that will provide an appropriate Thank you message along with the current date and time.

The following represents a possible menu session for a user: *********Welcome to the Java OO Shapes Program **********

Select from the menu below:

  1. Construct a Circle
  2. Construct a Rectangle
  3. Construct a Square
  4. Construct a Triangle
  5. Construct a Sphere
  6. Construct a Cube
  7. Construct a Cone
  8. Construct a Cylinder
  9. Construct a Torus
  10. Exit the program

2

You have selected a Rectangle

What is the length?

4

What is the Width?

9.5

The area of the Rectangle is 38.

Would you like to continue? (Y or N)

3

Sorry I do not understand. Enter Y or N

Y

Select from the menu below:

  1. Construct a Circle
  2. Construct a Rectangle
  3. Construct a Square
  4. Construct a Triangle
  5. Construct a Sphere
  6. Construct a Cube
  7. Construct a Cone
  8. Construct a Cylinder
  9. Construct a Torus
  10. Exit the program

10

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] CMSC335 Week2-Related classes with a “Shape” theme
30 $