Multiple choice Which of the following is a false statement about 'Adapter' design pattern? It connects two incompatible interfaces. It defines the domain-specific interface that a client uses. It collaborates with objects conforming to any interface. It adapts the interface adaptee to the target interface. It defines an existing interface that needs adapting. Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is incorrect.