You are given a class Rectangle that produces “ASCII art” rectangles such as the following:

+-------------+
|             |
|             |
|             |
|             |
|             |
+-------------+

The code is given below.

Your task is to produce a subclass TitledRectangle that produces figures such as

+-------------+
|             |
|             |
|    Hello    |
|             |
|             |
+-------------+