Multiple choice Which of the following is a false statement about 'Adapter' design pattern? It is used to combine two or more interfaces. There are domain-specific interface applied for the client. It defines an existing interface that needs adapting. It collaborates with objects conforming to the target interface. It extends the interface defined by abstraction. Reveal answer Fill a bubble to check yourself E Correct answer Explanation It does not extend the interface for abstraction purpose.