Question: Create a Rhombus class with the following two attributes: double diagonal_1, double diagonal_2. Your class should contain the following methods: A default constructor with two

 Create a Rhombus class with the following two attributes: double diagonal_1,

Create a Rhombus class with the following two attributes: double diagonal_1, double diagonal_2. Your class should contain the following methods: A default constructor with two parameters for each diagonal. p. 9 A copy constructor Accessors and mutators methods. .Equals method to return true if objects have the same radius getArea() method to calculate and return the area of the circle. Area = 0.5 *p*a The toString) method which returns a string with each diagonal and the area of the object. - Static get TotalArea() method which takes an array of rhombus as input and calculates the total area of the objects in the array. Driver method with three instances of the rhombus class to demonstrate the correctness of implementation. . . Submission: Once you are done, upload your files to Moodle

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!