Aquent Interview Question

What would I do to this code in order to make it better?

Interview Answer

Anonymous

Mar 25, 2016

I reviewed the code and made comments about creating a superclass and inheriting from it to make it more object-oriented. Also, made some suggestions to refactor code that was not well programmed by changing parameters' names as well as making code annotations to make maintenance easier.