How can you create a listener class that receives events when the mouse is moved?()
- A By extending MouseListener.
- B By implementing MouseListener.
- C By extending MouseMotionListener.
- D By implementing MouseMotionListener.
- E Either by extending MouseMotionListener or extending MouseListener.
- F Either by implementing MouseMotion Listener or implementing MouseListener.