You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also known as Wrapper, allows the interface of an existing class to be used as another interface.
It is often used to make existing classes work with others without modifying their source code.