Computer Science, asked by morajkarprabhakar, 4 days ago

in case of___we can implement only required methods of any interface?
A) adapter classes
B) Event
C) EventObject
D) Listner​

Answers

Answered by samantariddhit
0

Answer:

adapter classes is the correct option

Answered by priyarksynergy
1

The correct answer is option (A) adapter classes.

Explanation:

  • In case of adapter class, we can implement only required methods of any interface.
  • If you Inherit the adapter class, you will not be forced to provide the implementation of all the methods of listener interfaces, we can implement only required methods of any interface.
  • Thus, the correct answer is option A i.e adapter classes.
Similar questions