thank you in advance!Objects and Classes Topic: The Rectangle class Following the example code of the Circle class in Section 9.2, design a class named Rectangle to represent a rectangle. The class contains: Two double data fields named width and length that specify the width and length of the rectangle. The default values are 0.0 for both width and length. A no-arg constructor that creates a default rectangle A constructor that creates a rectangle with the specified
OR
OR