Sale!

comp 3022 Lab 3 – Inheritance solved

$30.00 $18.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (6 votes)

Outcomes
* Enhance an existing unit test suite to increase confidence in code correctness.
* Refactor existing highly similar classes by adding a third (super-)class and leveraging inheritance.

Description
* Look at the code for the two classes given, `TabSeparatedFile` and `CommaSeparatedFile` and refactor the code to try to maximize re-use of common data elements and methods.
* Add new unit tests as needed to utilize new function names, etc.