Answer: Interfaces
Step-by-step explanation:
We have the interfaces in java which contains abstract methods. So whenever we use interface in java we need to override all the abstract methods of the interfaces. Some examples of interfaces are:
mouselistener(), Eventlistener().