Verifi interview question

Write code to implement fraction class in Java using Object Oriented standards

Interview Answer

Anonymous

Apr 13, 2016

Wrote Fractions class and used OOD principles (implemented constructor, toString methods)

1