Guest User

Untitled

a guest
Jan 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Poly x = new Poly(3, 7);
  2. Object y = new Poly(3, 7);
  3. .
  4. .
  5. .
  6. if (x.equals(new Poly(3,7))) ...
  7. if (x.equals(y)) ...
Add Comment
Please, Sign In to add comment