Chapter 16.  More Design Patterns

Table of Contents

16.1. Creational Patterns
16.1.1. Abstract Factory
16.1.2. Abstract Factories and Libraries
16.1.3. qApp and Singleton Pattern
16.1.4. Benefits of Using Factories
16.1.5. Exercises: Creational Patterns
16.2. Memento Pattern
16.2.1. Exporting to XML
16.2.2. Importing Objects with an Abstract Factory
16.3. The Façade Pattern
16.4. Review Questions
16.4.1. Points of Departure

[ fromfile: morepatterns.xml id: morepatterns ]

Abstract

This chapter presents design patterns from two categories: creational and structural.