Build your intuition. Fill in the missing part by typing it in.
In the Adapter pattern, the ___ class acts as a bridge between the old and the new, allowing the components to collaborate without modifying their original code. This class implements the common interface defined by the ___ class and internally uses the ___ class to fulfill the required behavior.
Write the missing line below.