August 2018
Intermediate to advanced
248 pages
5h 51m
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.