Multiple choice technology architecture

What is the Adapter pattern also known as?

  1. Surrogate

  2. Wrapper

  3. Token

  4. Proxy

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Adapter pattern is called Wrapper because it wraps an existing class with a new interface, allowing incompatible interfaces to work together. A Proxy controls access, Surrogate is another name for Proxy, and Token is unrelated to structural adaptation.