Question: It's supposed to be in Java. Drawing Shapes Exercise Complete the SolidRectangle class that we started developing in class. SolidRectangle should work just like Rectangle

It's supposed to be in Java.
Drawing Shapes Exercise Complete the SolidRectangle class that we started developing in class. SolidRectangle should work just like Rectangle only it should allow a way for a character to be chosen to fill the rectangle with. For example if we create a 6x9 rectangle with "o" as the fill character it would produce a rectangle similar to the following: |oo00o00 l 0000ooo oooo000| If a "+" is chosen as the fill character it would produce: NOTE: Do not reinvent the wheel. As much as possible take advantage of the existing classes and
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
