Question: Exercise 24: Rectangle Class Folder name: A170 E24YourLastName_YourFirstName For this exercise, you need to implement two (2) classes, the Rectangle class and the RectangleTest class,
Folder name: A170 E24YourLastName_YourFirstName For this exercise, you need to implement two (2) classes, the Rectangle class and the RectangleTest class, as follows: Rectangle class: o Instance variables: A variable named width that stores the width of the rectangle as a double. . A variable named length that stores the length of the rectangle as a double. Initializes all data fields to default values. Parameters: a width and a length. o Default constructor: o Overloaded constructor Initializes all data fields to the given values passed by the parameters. o Method getWidth Returns the width of the calling object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
