Answer: (A) Mouse adapter
Step-by-step explanation:
The mouse Adapter is the type of abstract class of the Adapter class that are used for receiving the various types of mouse events. In this class, all the methods are empty.
When we wanted to extend an interface of the class, then we must implemented all the given methods that are available in an interface.
But we want to make changes in the mouse events we can also extend the mouseAdapter class. This type of class are also convenient for creating the interface of the listener objects of the mouse and also it does not required to writing all the given function.