previous | start | next

Answers

  1. The String class doesn't implement the Measurable interface.
  2. Implement a class StringMeasurer that implements the Measurer interface.
  3. A measurer measures an object, whereas getMeasure measures "itself", that is, the implicit parameter.


previous | start | next