Overloaded Constructors:
Assume that the
Heightclass of Figure contains only one
setHeightmethod—the two-parameter version. Write two constructors for the
Heightclass, one with one argument (
double height), and the other with two arguments (
double heightand
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
setHeightmethod.
Figure Height class with overloaded methods

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.