I was given this example by my teacher:
$f(x)=\begin{cases} 0 & (x,y) = 0 \\ \frac{x^2y^2}{x^4 + y^2} & (x,y)\neq (0,0)\ \end{cases} $
He proved diferentiablity for all $\mathbb{R}^2$.
Then he went to prove wether the function was class $C^1$ or not. He used $y=x^2$ to prove it wasn't. And that's what put me in doubt.
Doesn't diferentiability in $\mathbb{R}^2$ imply it's partial derivatives are continuous, therefore $C^1$. Am I missing something in this example?