Question: Object oriented programming Design a Rectangle class that extends the Objects class. (30 points) Rectangle class contain a constructor with double: height and double double:

Object oriented programming
Design a Rectangle class that extends the Objects class. (30 points) Rectangle class contain a constructor with double: height and double double: width variables. Define get/set methods for these variables. Define methods named getAreaO and getPerimeterO that returns the area and perimeter of this rectangle. A method named toString 0 that returns a string description for the rectangle. (30 points) The Object class will contain two variable: string color = "white" and string name object=" ", boolean iscolored ; Define constructor with no-arg and Construct a geometric object with color . name_object and iscolored; The get/set methods of data fields. A method named toString 0 that returns a string description of object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
