anthonykulis / automobile

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

design of automobile class #82

Closed KenanJones closed 7 years ago

KenanJones commented 7 years ago

@anthonykulis class automobile has an engine of type Engine but that is just a part of the EngineAssembly. Our toString() methods are completed so that EngineAssembly.toString() describes the entire engine with induction and exhaust

anthonykulis commented 7 years ago

Thanks On Wed, Apr 12, 2017 at 11:22 AM KenanJones notifications@github.com wrote:

@anthonykulis https://github.com/anthonykulis class automobile has an engine of type Engine but that is just a part of the EngineAssembly. Our toString() methods are completed so that EngineAssembly.toString() describes the entire engine with induction and exhaust

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anthonykulis/automobile/issues/82, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-8MZ5h2O4YXkU_K8oBL8OcOkg1OeFtks5rvPosgaJpZM4M7qA3 .

anthonykulis commented 7 years ago

Done