anthonykulis / automobile

CPS206 In-Class Project Repository (WIP)
2 stars 12 forks source link

`Wheel` should not extend `Suspension` #60

Closed anthonykulis closed 7 years ago

anthonykulis commented 7 years ago

This is illogical. Since a wheel is part of the suspension, it does not have a is-a relationship. Refactor out that relationship

anthonykulis commented 7 years ago

on this