Assume for this question, the following method:
public void hopInDirection(RelativeDirection direction, int distance)
{
// code goes here
}
To call this method without a compiler error, all of the following are necessary EXCEPT:
There are no hints for this question