HVFrancis / WritingImplements

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

Chalk's body material #9

Closed HVFrancis closed 7 years ago

HVFrancis commented 8 years ago

Chalk really doesn't have its own body material. It's chalk. Modify the constructor for the Chalk class so that it only talks two parameters, chalk color, and length. It should pass "chalk" as the body material to the base (super) class's constructor.

Make any additional changes to the class needed as a result of this change.