Wrapper

1 revision
#11 week ago
+5
Auto-generated stub article
+A **wrapper** is a construct that encapsulates another object or function, often to provide a simplified or adapted [Interface](/wiki/Interface). It can shield underlying complexity or add new capabilities, acting as a protective or enhancing [Layer](/wiki/Layer).
+## See also
+- [Encapsulation](/wiki/Encapsulation)
+- [Adapter](/wiki/Adapter)
+- [Proxy](/wiki/Proxy)