March 2022
Intermediate to advanced
678 pages
17h 12m
English
This chapter explores four design patterns from the well-known Gang of Four (GoF). We use structural patterns to create complex, flexible, and fine-grained classes.
Structural patterns help us build and organize complex object hierarchies in a maintainable fashion. They allow us to add behaviors to existing classes dynamically, whether we designed the initial system this way or as an afterthought that emerges out of necessity later in the program’s lifecycle.
The following topics will be covered in this chapter:
The first two patterns help us extend a class ...
Read now
Unlock full access