What about this?
f = (y^2 Sin[x])/(x^2 + y^2);
Limit[Limit[f, x -> 0, Assumptions -> x \[Element] Reals], y -> 0, Assumptions -> y \[Element] Reals]
Limit[Limit[f, y -> 0, Assumptions -> y \[Element] Reals], x -> 0, Assumptions -> x \[Element] Reals]
Plot3D[f, {x, -1, 1}, {y, -1, 1}, AxesLabel -> {x, y, "f"}]
The "approach" from "in between" is contained in the answer of Sander