February 2019
Intermediate to advanced
672 pages
16h 50m
English
Using the bridge pattern is a good idea when you want to share an implementation among multiple objects. Basically, instead of implementing several specialized classes, defining all that is required within each class, you can define the following special components:
An implementation example we are about to see will illustrate this approach.