Question: Assuming you have a class named Rational where each object contains two its representing the numerator and the denominator, and you wanted to implement the
Assuming you have a class named Rational where each object contains two its representing the numerator and the denominator, and you wanted to implement the standard Java equals method, write the body of the required method with the signature: public Boolean equals (Object other); so that it will only return true if the numerators and denominator, are the same in both
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
