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.
Memento pattern is used in iOS as a part of state restoration. These patterns are especially used for ARCHIVING in Apple.



Discussion

No Comment Found