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, 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
Get step-by-step solutions from verified subject matter experts
