<<< Adapter UML Diagram | Index | Adapter Implementation >>> |
The Adapter ( download ) sample illustrates the Adapter Pattern.
Class Stack is an adapter of a singly-linked list constructed from the series of Node objects.
<<< Adapter UML Diagram | Index | Adapter Implementation >>> |