Overloaded Constructors:
Assume that the Height class of Figure 7.10 contains only one setHeight method—the two-parameter version. Write two constructors for the Height class, one with one argument (double height), and the other with two arguments (double height and String units). For the one-argument constructor, use the default of “m” for units.
Do not duplicate any internal code. That is, have the one-parameter constructor transfer control to the two-parameter constructor, and have the two-parameter constructor transfer control to the two-parameter setHeight method.

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.