OOP & Design Patterns - Adapter vs Facade vs Proxy - Structural Pattern Comparison
In a system using the Facade pattern to simplify interactions with multiple complex modules, what is the expected behavior when a client invokes a method on the Facade?
