I am trying to overload the >> operator to rotate the elements in the array.I have removed the array declaration and initialization for shorten the code. But compiler is giving error as "invalid use of undefined type 'class ABC'." and many more.I am trying to overload the >> operator to rota