Make a program to make a class called shapeobject

Assignment Help JAVA Programming
Reference no: EM133214612

Question: 

make a program to make a class called ShapeObject and this class contains the below,

1) String data field to called "Color"

2) Default constructor (no-arg) to create an object with "RED" color by default

3) An argument constructor to create the object with specified color. 

4) A method names toString() that returns the description of the ShapeObject.

make a class called Triangle that extends from ShapeObject. The class contains:

1) Three double data fields called side1, side2 and side3

2) Default constructor (no-arg) that creates default Triangle with (1,1,1)

3) An argument constructor to create the object with specified side1, side2 and side3 values. 

4) An argument constructor to create the object with specified side1, side2 and side3 values and color from parent class. 

5) Accessor methods to all three data fields

6) Mutator methods to all three data fields

7) A method called getSemi_Perimeter() that returns Semi_Perimeter of the triangle

8) A method names toString() that returns the description of the Triangle.

Finally make a TestClass to create 3 objects for Triangle class. 

Sample Call in Test Program:

Triangle_Object_1 = Triangle()

Semi_Perimeter of Triangle_Object_1  = 1.5

Description of Triangle_Object_1  : Side1 = 1, Side2=1, Side3=1 and the color is RED and the Semi_Perimeter is 1.5

Triangle_Object_2 = Triangle(4,5,6)

Semi_Perimeter of Triangle_Object_2  = 7.5

Description of Triangle_Object_2  : Side1 = 4, Side2=5, Side3=6 and the color is RED and the Semi_Perimeter is 7.5

Triangle_Object_3 = Triangle(2,2,4,"GREEN")

Semi_Perimeter of Triangle_Object_3  = 4.0

Description of Triangle_Object_3  : Side1 = 2, Side2=2, Side3=4 and the color is GREEN and the Semi_Perimeter is 4.0

Hint:

To calculate the Semi_Perimeter of the triangle, use the below formulae,

Semi_Perimeter = (a +b + c) / 2

Reference no: EM133214612

Questions Cloud

Simple to-do list application : A simple To-do list application. The model would be the code that stores the To-do list items. The view would be the code that displays the To-do list items to
Create an application named grade whose main method : 1. Create an application named Grade whose main() method holds one string variable to hold your name. Accept the name from user. The application has two other m
Explain how statistics is used to formally define risk : Explain how statistics is used to formally define risk in risk assessment process. Discuss at least two statistical tools that can be employed to measure risk
Write a javascript function to add the books : Write a JavaScript function to add the following books in the library collection for author John Grisham. The number in the parentheses is the year of publicati
Make a program to make a class called shapeobject : make a program to make a class called ShapeObject and this class contains the below,
Discuss plans for upholding four aspects of professionalism : Discuss your plans for upholding the four aspects of professionalism-sense of identity, purpose to engage in DAP, commitment to ethical teaching
Number of check-in persons should be less : The booking webpage asks customers to fill in a booking form that collects a series of customer information including customer name, email address, phone number
Create a class called fuelqueue : The Class version should be able to manage 5(Five) pumps parallelly. Create a class called FuelQueue and another class called passenger. (The menu and its optio
Create a powerpoint about an organization : Create a PowerPoint about an organization that is using their business analytics capabilities to successfully drive innovation

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd