InterviewSolution
Saved Bookmarks
| 1. |
What are Adapter and Memento Patterns? |
|
Answer» ADAPTER pattern allows the classes with INCOMPATIBLE interfaces to work together. An adapter pattern WRAPS itself around the OBJECT to show a standard interface for interacting with that object. |
|