Say if I'm trying to override a method but incorrectly put in a new sig, such as
public boolean equals(Circle o)
what does this method actually do? How could I call it?
Say if I'm trying to override a method but incorrectly put in a new sig, such as
public boolean equals(Circle o)
what does this method actually do? How could I call it?