facade pattern
Sign in to saveAlso known as façade pattern
software design pattern that provides a simplified interface
Wikidata facts
- Image
- UML DP Façade.png
Show 2 more facts
- Commons category
- Facade pattern
- Stack Exchange tag
- stackoverflow.com/tags/facade
Sources (2)
via Wikidata · CC0
~5 min read
Article
The facade pattern (also spelled façade) is a software design pattern commonly used in object-oriented programming. Analogous to a façade in architecture, it is an object that serves as a front-facing interface masking more complex underlying or structural code. A facade can:
improve the readability and usability of a software library by masking interaction with more complex components behind a single (and often simplified) application programming interface (API)
Connections
International Standard Book Number
Entity
object-oriented programming
Entity
application programming interface
Entity
façade
Entity
Q7637
Entity
Unified Modeling Language
Entity
software design pattern
Entity
software library
Entity
model–view–controller
Entity
object
Entity
polymorphism
Entity
encapsulation
Entity
semaphore
Entity
software refactoring
Entity
singleton pattern
Entity
I²C bus
Entity
class diagram
Entity
factory method pattern
Entity
decorator pattern
Entity
adapter pattern
Entity