HVFrancis / WritingImplements

A simple Java project to model things to write with.
0 stars 25 forks source link

Create Erasable Pen #6

Closed HVFrancis closed 7 years ago

HVFrancis commented 8 years ago

The project needs a new class to represent an erasable pen. This class should inherit from the Pen class. It only needs to add one method, erase(). This should be similar to the one in the Pencil class (but the pencil class should not be modified in any way to complete this task)