In this statement what is the event handler mouseMoveMethod(draw);?
a. It calls the draw function whenever the mouse is moved.
b. It defines a method for drawing circles on mouse movement.
c. It defines a method for handling mouse movement events.
d. It calls the mouseMove function to handle drawing.