/* This is a structural pattern where the interface of one class is translated to another. This pattern lets classes work together that could not otherwise because of incompatible interfaces */
1
2
3
4
5
/*
This is a structural pattern where the interface of one class is translated to another.
This pattern lets classes work together that could not otherwise because