Multiple choice

Which of the following is a false statement about 'Adapter' design pattern?

  1. It connects two incompatible interfaces.

  2. It defines the domain-specific interface that a client uses.

  3. It collaborates with objects conforming to any interface.

  4. It adapts the interface adaptee to the target interface.

  5. It defines an existing interface that needs adapting.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is incorrect.