Verifi interview question

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

Interview Answer

Anonymous

13 Apr 2016

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

1