Building an Example Application Using Patterns
In this chapter, we will combine the Patterns that we have learned in the previous chapters into an application. Since the focus of this book is studying Patterns, we will implement them in an abstract way to avoid any functional flavor that might pollute this.
In the last chapter of this book, we will add the functional information that gives meaning to the abstract Patterns. The name of our application will be Example
as the name of the chapter implies.