September 2016
Intermediate to advanced
270 pages
5h 16m
English
Behavioral design patterns are all about the communication between objects.
Bearing in mind the Single Responsibility Principle, it is vital that classes only encapsulate one responsibility. Given this, there is clearly a necessity to allow objects to communicate.
By using Behavioral design patterns, we are able to increase the flexibility by which we conduct these communications.
In this chapter, we'll cover the following patterns:
Before we start talking about Behavioral design ...
Read now
Unlock full access