Multiple choice When is the facade design pattern being used? When a simple interface is required to access to a complex system. When the abstractions and implementations of a subsystem are tightly coupled. When there is need to separate an abstraction from its implementation. All of the above. Both (1) and (2). Reveal answer Fill a bubble to check yourself E Correct answer Explanation These are the correct statements about the facade design pattern.