Concept
Wrapper 0
In computer science, a wrapper is a design pattern that allows one interface to interact with another, typically by encapsulating an object to provide a simplified or unified interface. Wrappers are commonly used to adapt legacy systems to new interfaces or to add additional functionality to an existing class without modifying its code.
Relevant Degrees