Computer scienceFundamentalsEssentialsSoftware constructionDesign patternsStructural design patterns

Facade pattern

Making of facade

Report a typo

Imagine a situation, where you have a large set of classes. These classes are intertwined with each other. But, you want to allow users to simply use objects that call methods of these classes. What will the algorithm for solving this task be?

Put the items in the correct order
Pick the classes that users will need to work on in order to achieve results
Write methods in a facade that will work with classes
Create facade
___

Create a free account to access the full topic